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