pub type Mac = StackByteArray<CRYPTO_SECRETBOX_MACBYTES>;Expand description
Stack-allocated secret box message authentication code.
Aliased Typeยง
struct Mac(/* private fields */);pub type Mac = StackByteArray<CRYPTO_SECRETBOX_MACBYTES>;Stack-allocated secret box message authentication code.
struct Mac(/* private fields */);