pub type Mac = HeapByteArray<CRYPTO_SECRETBOX_MACBYTES>;Available on crate feature
nightly only.Expand description
Heap-allocated, page-aligned secret box message authentication code, for use with protected memory.
Aliased Typeยง
struct Mac(/* private fields */);