Type Alias dryoc::dryocbox::Mac

source ·
pub type Mac = StackByteArray<CRYPTO_BOX_MACBYTES>;
Expand description

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

Aliased Type§

struct Mac(/* private fields */);