Type Alias Mac

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

Stack-allocated secret box message authentication code.

Aliased Typeยง

struct Mac(/* private fields */);