pub type Sha256t<T> = Hash<T>;
Expand description
Tagged SHA-256: Type alias for the sha256t::Hash
hash type.
Aliased Typeยง
struct Sha256t<T>(/* private fields */);
pub type Sha256t<T> = Hash<T>;
Tagged SHA-256: Type alias for the sha256t::Hash
hash type.
struct Sha256t<T>(/* private fields */);