pub fn shake256(data: &[u8], out_len: usize) -> Vec<u8> ⓘ
One-shot SHAKE256: absorb data and return out_len bytes of output. Allocates a Vec for the output.
data
out_len