Skip to main content

HMAC_SHA512

Type Alias HMAC_SHA512 

Source
pub type HMAC_SHA512 = HMAC<SHA512>;

Aliased Type§

pub struct HMAC_SHA512 { /* private fields */ }

Trait Implementations§

Source§

impl Algorithm for HMAC_SHA512

Source§

const ALG_NAME: &'static str = HMAC_SHA512_NAME

Source§

const MAX_SECURITY_STRENGTH: SecurityStrength = SecurityStrength::_256bit