mithril icon indicating copy to clipboard operation
mithril copied to clipboard

Pure AES implementation

Open notgne2 opened this issue 6 years ago • 4 comments

Is there going to be a pure/Rust-only (no embedded assembly) option for AES?

notgne2 avatar May 09 '18 21:05 notgne2

I think not in the near future, because performance would be very slow with a pure software AES implementation.

The nice thing would be that the miner works on all platform Rust can be compiled to, but this would still be slow.

Next on the roadmap is proabably ARM support. Are you asking with that architecture in mind?

Ragnaroek avatar May 11 '18 11:05 Ragnaroek

@Ragnaroek why mithril can't use AES crate? It supports Hardware AES.

TheRadioGuy avatar Oct 10 '20 10:10 TheRadioGuy

@DuckerMan Yes, that would be an option. Maybe this crate didn't exist when mithril was created? But I will first implement RandomX before considering this.

Ragnaroek avatar Oct 10 '20 14:10 Ragnaroek

isn't this crate hazmat? (AES)

marcohoovy avatar Oct 22 '21 00:10 marcohoovy