pub type Sha256 = CoreWrapper<CtVariableCoreWrapper<Sha256VarCore, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, OidSha256>>;
Available on crate feature
sha2
only.Expand description
SHA-256 hasher.
Aliased Type§
struct Sha256 { /* private fields */ }