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 8d895f7986 Use #[derive] for Clone and Debug 9 years ago
..
as_bytes.rs Simplify as_mut_bytes 9 years ago
blake2.rs Use #[derive] for Clone and Debug 9 years ago
blake2b.rs Use simdty crate for SIMD types 9 years ago
blake2s.rs Use simdty crate for SIMD types 9 years ago
bytes.rs Initial commit 9 years ago
lib.rs Minor layout tweak 9 years ago
simd.rs Use repr(C) for SIMD-like types 9 years ago