Skip to main content

shake256

Function shake256 

Source
pub fn shake256(data: &[u8], out_len: usize) -> Vec<u8> 
Expand description

One-shot SHAKE256: absorb data and return out_len bytes of output. Allocates a Vec for the output.