Skip to main content

HmacSha512Mac

Type Alias HmacSha512Mac 

Source
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 */);