Skip to main content

HmacSha512256Mac

Type Alias HmacSha512256Mac 

Source
pub type HmacSha512256Mac = StackByteArray<CRYPTO_AUTH_HMACSHA512256_BYTES>;
Expand description

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

Aliased Typeยง

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