bitcoin_hashes

Type Alias Sha256t

Source
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 */);