pub type HmacSha256Key = StackByteArray<CRYPTO_AUTH_HMACSHA256_KEYBYTES>;Expand description
Stack-allocated key for HMAC-SHA-256.
Aliased Typeยง
pub struct HmacSha256Key(/* private fields */);pub type HmacSha256Key = StackByteArray<CRYPTO_AUTH_HMACSHA256_KEYBYTES>;Stack-allocated key for HMAC-SHA-256.
pub struct HmacSha256Key(/* private fields */);