We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
KeyInit::new
Now it is crashing:
#[cfg(test)] #[test] fn blake2b_trivial() { use blake2::{Blake2bMac512, digest::KeyInit}; <Blake2bMac512 as KeyInit>::new(&Default::default()); }
Because of this
hashes/blake2/src/macros.rs
Line 328 in af0567f
This line is passing key as salt, but it should not.
The text was updated successfully, but these errors were encountered:
#432
Sorry, something went wrong.
KeyInit
The issue is fixed in v0.10.5. I will close this issue after tests for KeyInit::new will be added.
Successfully merging a pull request may close this issue.
Now it is crashing:
Because of this
hashes/blake2/src/macros.rs
Line 328 in af0567f
This line is passing key as salt, but it should not.
The text was updated successfully, but these errors were encountered: