Skip to main content

Blake2s128

Type Alias Blake2s128 

Source
pub type Blake2s128 = Blake2s<U16>;
Expand description

BLAKE2s-128 hasher state.

Aliased Type§

pub struct Blake2s128 {
    pub(crate) core: CtOutWrapper<Blake2sVarCore, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>,
    pub(crate) buffer: BlockBuffer<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, Lazy>,
}

Fields§

§core: CtOutWrapper<Blake2sVarCore, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>§buffer: BlockBuffer<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, Lazy>