Skip to main content

Blake2s256

Type Alias Blake2s256 

Source
pub type Blake2s256 = Blake2s<U32>;
Expand description

BLAKE2s-256 hasher state.

Aliased Type§

pub struct Blake2s256 {
    pub(crate) core: CtOutWrapper<Blake2sVarCore, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, 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<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>§buffer: BlockBuffer<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, Lazy>