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