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