Skip to main content

HMAC_SHA256

Type Alias HMAC_SHA256 

Source
pub type HMAC_SHA256 = HMAC<SHA256>;

Aliased Type§

pub struct HMAC_SHA256 { /* private fields */ }

Trait Implementations§

Source§

impl Algorithm for HMAC_SHA256

Source§

const ALG_NAME: &'static str = HMAC_SHA256_NAME

Source§

const MAX_SECURITY_STRENGTH: SecurityStrength = SecurityStrength::_128bit