pub type Blake2b512Checksum = Checksum<Blake2b512>;Expand description
A checksum using the Blake2b512 algorithm
Aliased Type§
pub struct Blake2b512Checksum {
digest: Vec<u8>,
_marker: PhantomData<Blake2b<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>>>,
}Fields§
§digest: Vec<u8>§_marker: PhantomData<Blake2b<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>>>