pure Rust implementation of BLAKE2 based on RFC 7693
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Cesar Eduardo Barros 19d7bc1232 When SIMD is enabled, use the SSE2 code for x86 9 years ago
..
simd When SIMD is enabled, use the SSE2 code for x86 9 years ago
as_mut_bytes.rs Initial commit 9 years ago
blake2.rs Make it possible to use advanced BLAKE2 features 9 years ago
blake2b.rs Attempt to vectorize the code 9 years ago
blake2s.rs Attempt to vectorize the code 9 years ago
bytes.rs Initial commit 9 years ago
lib.rs Avoid abstraction penalty in the SIMD code 9 years ago