pub type HmacSha256Key = HeapByteArray<CRYPTO_AUTH_HMACSHA256_KEYBYTES>;Available on crate feature
protected only.Expand description
Heap-allocated, page-aligned key for HMAC-SHA-256.
Aliased Typeยง
pub struct HmacSha256Key(/* private fields */);