pub type HMAC_SHA3_256 = HMAC<SHA3_256, 136>;Expand description
Public type for HKDF using SHA3_256.
Aliased Type§
pub struct HMAC_SHA3_256 { /* private fields */ }Trait Implementations§
Source§impl Algorithm for HMAC_SHA3_256
impl Algorithm for HMAC_SHA3_256
Source§const ALG_NAME: &'static str = HMAC_SHA3_256_NAME
const ALG_NAME: &'static str = HMAC_SHA3_256_NAME
String name for the algorithm, used consistently across the library.
Source§const MAX_SECURITY_STRENGTH: SecurityStrength = SecurityStrength::_128bit
const MAX_SECURITY_STRENGTH: SecurityStrength = SecurityStrength::_128bit
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.