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