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