Skip to main content

KangarooTwelveParams

Type Alias KangarooTwelveParams 

Source
pub(crate) type KangarooTwelveParams = KangarooTwelveParams;

Aliased Type§

pub(crate) struct KangarooTwelveParams {
    pub parent: Algorithm,
    pub customization: Option<ArrayBufferViewOrArrayBuffer>,
    pub outputLength: u32,
}

Fields§

§parent: Algorithm§customization: Option<ArrayBufferViewOrArrayBuffer>§outputLength: u32