Skip to main content

HMAC_SHA3_224

Type Alias HMAC_SHA3_224 

Source
pub type HMAC_SHA3_224 = HMAC<SHA3_224, 144>;
Expand description

Public type for HKDF using SHA3_224.

Aliased Type§

pub struct HMAC_SHA3_224 { /* private fields */ }

Trait Implementations§

Source§

impl Algorithm for HMAC_SHA3_224

Source§

const ALG_NAME: &'static str = HMAC_SHA3_224_NAME

String name for the algorithm, used consistently across the library.
Source§

const MAX_SECURITY_STRENGTH: SecurityStrength = SecurityStrength::_112bit

Maximum security strength supported by the algorithm. In other words, this algorithm can produce outputs up to this security strength, but may produce outputs with lower security strength, for example, if asked to truncate.
Source§

impl AlgorithmOID for HMAC_SHA3_224

Assigned by NIST in the Computer Security Objects Register: id-hmacWithSHA3-224 { hashAlgs 13 }

Source§

const OID: &'static [u32]

The OID in component form – each u32 is one OID component.
Source§

const OID_DER: &'static [u8]

The OID in its DER-encoded form.