pub type Mac = HeapByteArray<CRYPTO_AEAD_CHACHA20POLY1305_IETF_ABYTES>;Available on crate feature
protected only.Expand description
Heap-allocated, page-aligned authentication tag.
Aliased Typeยง
pub struct Mac(/* private fields */);