Mac

Type Alias Mac 

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

Stack-allocated message authentication code for authenticated public-key boxes.

Aliased Typeยง

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