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

Salsa20: Fix in the nonce and the counter handling #12

Merged
merged 1 commit into from Apr 29, 2019
Merged

Conversation

R2F
Copy link

@R2F R2F commented Apr 25, 2019

Salsa20: Fix in the nonce and the counter handling to comply with the Salsa20 standard.
I have created this fix so that the algorytm is compatible with the standard and other implementations of the Salsa20 algorithm.
Cross-tested with the following implementations using the same input buffer and the initial values for key and nonce:

https://github.com/alexwebr/salsa20
https://github.com/andres-erbsen/salsa20.git

@ctz ctz merged commit 03b5497 into ctz:master Apr 29, 2019
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.

None yet

2 participants