Skip to main content

Mac

Type Alias Mac 

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

Stack-allocated authentication tag.

Aliased Typeยง

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