Skip to main content

Blake2b256

Type Alias Blake2b256 

Source
pub type Blake2b256 = Blake2b<U32>;
Expand description

BLAKE2b-256 hasher state.

Aliased Type§

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

Fields§

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