pub type SHA224 = SHA256Internal<SHA224Params>;Expand description
Public type for SHA224.
Aliased Type§
pub struct SHA224 { /* private fields */ }Trait Implementations§
Source§impl AlgorithmOID for SHA224
Assigned by NIST in the Computer Security Objects Register: id-sha224 { hashAlgs 4 }
impl AlgorithmOID for SHA224
Assigned by NIST in the Computer Security Objects Register: id-sha224 { hashAlgs 4 }
Source§impl HashAlgParams for SHA224
impl HashAlgParams for SHA224
Source§const OUTPUT_LEN: usize = 28
const OUTPUT_LEN: usize = 28
The fixed output length of the hash function.