pub fn blake2s(data: &[u8], outlen: usize) -> [u8; 32]Expand description
Compute BLAKE2s hash of data with given output length
Delegates to crate::crypto::hash::blake2s_hash.
pub fn blake2s(data: &[u8], outlen: usize) -> [u8; 32]Compute BLAKE2s hash of data with given output length
Delegates to crate::crypto::hash::blake2s_hash.