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