Skip to main content

HmacSha256Mac

Type Alias HmacSha256Mac 

Source
pub type HmacSha256Mac = StackByteArray<CRYPTO_AUTH_HMACSHA256_BYTES>;
Expand description

Stack-allocated message authentication code for HMAC-SHA-256.

Aliased Typeยง

pub struct HmacSha256Mac(/* private fields */);