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