pub type HmacSha512Mac = StackByteArray<CRYPTO_AUTH_HMACSHA512_BYTES>;Expand description
Stack-allocated message authentication code for HMAC-SHA-512.
Aliased Typeยง
pub struct HmacSha512Mac(/* private fields */);pub type HmacSha512Mac = StackByteArray<CRYPTO_AUTH_HMACSHA512_BYTES>;Stack-allocated message authentication code for HMAC-SHA-512.
pub struct HmacSha512Mac(/* private fields */);