[][src]Trait tiny_keccak::Xof

pub trait Xof {
    fn squeeze(&mut self, output: &mut [u8]);
}

A function on bit strings in which the output can be extended to any function (XOF) desired length.

Required methods

fn squeeze(&mut self, output: &mut [u8])

Loading content...

Implementors

Loading content...