pub fn shake128<const BYTES: usize>(data: &[u8]) -> [u8; BYTES]
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.
BYTES
u32::MAX