-
Notifications
You must be signed in to change notification settings - Fork 253
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
Port blake2 on coresimd #56
Comments
btw, here's a bounty on this issue: https://www.bountysource.com/issues/59948303-port-blake2-on-coresimd |
How would this work for rustc 1.21..=1.26? |
For v0.8 it will have to be feature-gated behind some feature (it can be the same |
What about BLAKE3? |
I’d be very much into us having a high-performance BLAKE3 implementation but am not aware of the state-of-the-art in Rust BLAKE3 libraries /cc @zooko |
See BLAKE3 #103 |
I started working on the issue. |
@tarcieri Okay, so you are close to getting a new implementation, but a migration from |
Looks like
|
I think this ticket is actually referring to |
Ok, please update me when progress with #228 happens |
With stabilization of SIMD intrinsics in Rust 1.27 we can remove
simd
feature from theblake2
crate.The text was updated successfully, but these errors were encountered: