[][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

impl Xof for CShake[src]

impl Xof for Kmac[src]

impl Xof for Shake[src]

impl Xof for TupleHash[src]

Loading content...