Mac

Type Alias Mac 

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

Stack-allocated secret box message authentication code.

Aliased Typeยง

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