Mac

Type Alias Mac 

Source
pub type Mac = StackByteArray<CRYPTO_AUTH_BYTES>;
Expand description

Stack-allocated message authentication code for secret-key authentication.

Aliased Typeยง

pub struct Mac(/* private fields */);