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

blake2s: add function #358

Merged
merged 1 commit into from
Apr 20, 2016
Merged

blake2s: add function #358

merged 1 commit into from
Apr 20, 2016

Conversation

zx2c4
Copy link
Contributor

@zx2c4 zx2c4 commented Apr 12, 2016

This tries to be as similar as possible to the blake2b implementation.
If you diff the two, you'll see just how little needed to be changed.
The test vectors come from the .txt in the reference implementation or
are generated with the reference implementation.

Fixes: #351
Signed-off-by: Jason A. Donenfeld Jason@zx2c4.com

This tries to be as similar as possible to the blake2b implementation.
If you diff the two, you'll see just how little needed to be changed.
The test vectors come from the .txt in the reference implementation or
are generated with the reference implementation.

Fixes: #351
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
@DaGenix
Copy link
Owner

DaGenix commented Apr 20, 2016

Very cool! Thanks!

@DaGenix DaGenix merged commit 677828d into DaGenix:master Apr 20, 2016
@zx2c4
Copy link
Contributor Author

zx2c4 commented Apr 21, 2016

Could you tag a release ASAP? There are things downstream that use this functionality.

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.

2 participants