Function shake128

Source
pub fn shake128<const LEN: usize>(data: &[u8]) -> [u8; LEN]
Expand description

SHAKE 128

The caller must define the size of the output in the return type.