Skip to content

scrypt: use salsa20 crate to implement Salsa20/8 #60

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

Merged
merged 1 commit into from
Oct 18, 2020

Conversation

tarcieri
Copy link
Member

Closes #29.

Using the salsa20 crate allows us to focus on a single place for things like SIMD optimizations (#16).

@tarcieri tarcieri requested a review from newpavlov October 18, 2020 16:42
@tarcieri tarcieri force-pushed the scrypt/use-salsa20-crate branch from afd5b25 to b907997 Compare October 18, 2020 16:44
Closes #29.

Using the `salsa20` crate allows us to focus on a single place for
things like SIMD optimizations (#16).
@tarcieri tarcieri force-pushed the scrypt/use-salsa20-crate branch from b907997 to 3502a9d Compare October 18, 2020 16:44
@tarcieri tarcieri merged commit 721242f into master Oct 18, 2020
@tarcieri tarcieri deleted the scrypt/use-salsa20-crate branch October 18, 2020 16:55
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

Successfully merging this pull request may close these issues.

scrypt: use salsa20 crate?
2 participants