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 f514bb4a49 Fix no_std simd_opt 7 years ago
..
simd_opt Fix no_std simd_opt 7 years ago
as_bytes.rs add no_std support, with a default 'std' feature 7 years ago
blake2.rs Fix bench 7 years ago
blake2b.rs Merge pull request #6 from oconnor663/no_std 7 years ago
blake2s.rs Merge pull request #6 from oconnor663/no_std 7 years ago
bytes.rs add no_std support, with a default 'std' feature 7 years ago
lib.rs Fix bench 7 years ago
simd.rs Be consistent with whitespace in #[cfg(...)] 9 years ago
simdint.rs Remove workaround for old Rust compilers 9 years ago
simdop.rs add no_std support, with a default 'std' feature 7 years ago
simdty.rs Make AsBytes trait safe 9 years ago