pub type Blake2b128 = Blake2b<U16>;Expand description
BLAKE2b-128 hasher state.
Aliased Type§
pub struct Blake2b128 {
pub(crate) core: CtOutWrapper<Blake2bVarCore, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, 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<UTerm, B1>, B0>, B0>, B0>, B0>>§buffer: BlockBuffer<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, Lazy>