Expand description
A pure Rust implementation of BLAKE2 based on RFC 7693.
Re-exports§
pub use blake2::selftest_seq as _selftest_seq;
Modules§
- The BLAKE2b hash function.
- The BLAKE2s hash function.
Functions§
- Runs the self-test for both BLAKE2b and BLAKE2s.