-
Notifications
You must be signed in to change notification settings - Fork 87
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
Accelerate scrypt using SIMD #16
Labels
Comments
Closed
Per #29, an interesting way to do this would be to add SIMD support to the See also: RustCrypto/stream-ciphers#50 |
As of #60, which switches to using the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
scrypt
spends most of the time insalsa20_8
function, which can be significantly accelerated using explicit SIMD.The text was updated successfully, but these errors were encountered: