Function hacl::digest::shake128

source ยท
pub fn shake128<const BYTES: usize>(data: &[u8]) -> [u8; BYTES]
Expand description

SHAKE 128

Note that the output length BYTES must fit into 32 bit. If it is longer, the output will only return u32::MAX bytes.