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