Blake2bMac512

Type Alias Blake2bMac512 

Source
pub type Blake2bMac512 = Blake2bMac<U64>;
Expand description

BLAKE2b-512 MAC state.

Aliased Type§

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

Fields§

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