-
Notifications
You must be signed in to change notification settings - Fork 258
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
Implementations of BLAKE2sp and BLAKE2bp #31
Comments
These would also be useful as SIMD implementations, enabling dramatic speedups on common hardware without any extra threads at all. |
btw, here's a bounty on this issue: https://www.bountysource.com/issues/46854589-implementations-of-blake2sp-and-blake2bp |
I started working on the issue. I am currently making a script to convert test data from the |
FYI, I just rebased #228 which completely replaces the current implementation with |
@tarcieri Okay, I can see that |
Apparently BLAKE2 includes parallel versions of the two hash functions to take advantage of multi-core:
https://github.com/BLAKE2/BLAKE2/blob/master/sse/blake2sp.c
It would be nice to have these to be able to take advantage of more cores when hashing large files.
The text was updated successfully, but these errors were encountered: