pub type Blake2sMac256 = Blake2sMac<U32>;Expand description
BLAKE2s-256 MAC state.
Aliased Type§
pub struct Blake2sMac256 {
pub(crate) core: Blake2sVarCore,
pub(crate) buffer: BlockBuffer<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, Lazy>,
pub(crate) _out: PhantomData<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>,
}Fields§
§core: Blake2sVarCore§buffer: BlockBuffer<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, Lazy>§_out: PhantomData<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>