Skip to content
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

Open
notgne2 opened this issue May 9, 2018 · 4 comments
Open

Pure AES implementation #16

notgne2 opened this issue May 9, 2018 · 4 comments

Comments

@notgne2
Copy link

notgne2 commented May 9, 2018

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

@Ragnaroek
Copy link
Owner

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?

@TheRadioGuy
Copy link

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

@Ragnaroek
Copy link
Owner

@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.

@marcohoovy
Copy link

isn't this crate hazmat? (AES)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants