Type Alias dryoc::dryocsecretbox::Mac

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

Stack-allocated secret box message authentication code.

Aliased Type§

struct Mac(/* private fields */);