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