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