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