-
Notifications
You must be signed in to change notification settings - Fork 12
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
Benchmark against BLAKE2 #5
Comments
Thank you for the proposal. I've added sse version of blake2b for comparison of crypto-hash functions and blake2 speed results to README.md file. Basically Blake2B is a bit faster than MUM512. As for the comparison of blake2 with non crypto hash functions, I don't think it is necessary. Blake2 has a different application target. But still I ran SSE blake2b (with -march=native) vs MUM and here are the results on i7-4790K:
|
Thank you, much appreciated! |
@vnmakarov, |
Sorry, Alekander. I don not use Windows at all and I have no Windows machine at my disposal. I guess you can install VM (e.g. virtualbox) on your Windows computer and a Linux distributive inside it. Another possibility is to use mingw or cygwin environment on Windows machine. They have GCC compiler in it. |
Hi,
could you please benchmark against BLAKE2b and BLAKE2s if it's not too much hassle?
It tries to be a very fast cryptographically secure hash function. I believe it to be still ballpark 10x slower than MUM but it would be nice to know for sure! Of course it would also make sense to compare it with MUM512. Thanks in advance!
[1] https://blake2.net/
The text was updated successfully, but these errors were encountered: