Function hacl::hazmat::sha3::shake256

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

SHAKE 256

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