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 fa3ae10063 Implement SIMD for NEON 9 years ago
..
simd Implement SIMD for NEON 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