[−][src]Trait tiny_keccak::Xof
A function on bit strings in which the output can be extended to any
function (XOF) desired length.
Example
let mut output = [0u8; 64]; xof.squeeze(&mut output[0..32]); xof.squeeze(&mut output[32..]);
A function on bit strings in which the output can be extended to any
function (XOF) desired length.
let mut output = [0u8; 64]; xof.squeeze(&mut output[0..32]); xof.squeeze(&mut output[32..]);
fn squeeze(&mut self, output: &mut [u8])impl Xof for CShake[src]impl Xof for KmacXof[src]impl Xof for ParallelHashXof[src]impl Xof for Shake[src]impl Xof for TupleHashXof[src]