Crate blake2_rfc[−][src]
A pure Rust implementation of BLAKE2 based on RFC 7693.
Modules
blake2b | The BLAKE2b hash function. |
blake2s | The BLAKE2s hash function. |
Functions
selftest | Runs the self-test for both BLAKE2b and BLAKE2s. |
A pure Rust implementation of BLAKE2 based on RFC 7693.
blake2b | The BLAKE2b hash function. |
blake2s | The BLAKE2s hash function. |
selftest | Runs the self-test for both BLAKE2b and BLAKE2s. |