Closed
Description
Now it is crashing:
#[cfg(test)]
#[test]
fn blake2b_trivial() {
use blake2::{Blake2bMac512, digest::KeyInit};
<Blake2bMac512 as KeyInit>::new(&Default::default());
}
Because of this
Line 328 in af0567f
This line is passing key as salt, but it should not.
Metadata
Metadata
Assignees
Labels
No labels