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