pub fn blake2s_keyed(key: &[u8], data: &[u8], outlen: usize) -> [u8; 32]Expand description
Compute keyed BLAKE2s hash
Delegates to crate::crypto::hash::blake2s_keyed_hash.
pub fn blake2s_keyed(key: &[u8], data: &[u8], outlen: usize) -> [u8; 32]Compute keyed BLAKE2s hash
Delegates to crate::crypto::hash::blake2s_keyed_hash.