Skip to content

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

Merged
tarcieri merged 1 commit intomasterfrom
scrypt/use-salsa20-crate
Oct 18, 2020
Merged

scrypt: use salsa20 crate to implement Salsa20/8#60
tarcieri merged 1 commit intomasterfrom
scrypt/use-salsa20-crate

Conversation

@tarcieri
Copy link
Copy Markdown
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