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