-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pure AES implementation #16
Comments
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 why mithril can't use AES crate? It supports Hardware AES. |
@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. |
isn't this crate hazmat? (AES) |
Is there going to be a pure/Rust-only (no embedded assembly) option for AES?
The text was updated successfully, but these errors were encountered: