pub type Sha224Checksum = Checksum<Sha224>;Expand description
A checksum using the Sha224 algorithm
Aliased Type§
pub struct Sha224Checksum {
digest: Vec<u8>,
_marker: PhantomData<CoreWrapper<CtVariableCoreWrapper<Sha256VarCore, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B0>, B0>, OidSha224>>>,
}Fields§
§digest: Vec<u8>§_marker: PhantomData<CoreWrapper<CtVariableCoreWrapper<Sha256VarCore, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B0>, B0>, OidSha224>>>