Skip to main content

Blake2b512

Type Alias Blake2b512 

Source
pub type Blake2b512 = Blake2b<U64>;
Expand description

BLAKE2b-512 hasher state.

Aliased Type§

pub struct Blake2b512 {
    pub(crate) core: CtOutWrapper<Blake2bVarCore, UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, 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<UInt<UTerm, B1>, B0>, 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>