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 */);pub type HmacSha256Mac = StackByteArray<CRYPTO_AUTH_HMACSHA256_BYTES>;Stack-allocated message authentication code for HMAC-SHA-256.
pub struct HmacSha256Mac(/* private fields */);