pub type Sha256 = GenericDigest<Sha256Marker>;
Expand description
A digest created by the Sha256 hashing algorithm.
Aliased Typeยง
struct Sha256 { /* private fields */ }
pub type Sha256 = GenericDigest<Sha256Marker>;
A digest created by the Sha256 hashing algorithm.
struct Sha256 { /* private fields */ }