Type Alias dryoc::onetimeauth::Mac

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

Stack-allocated message authentication code for one-time authentication.

Aliased Type§

struct Mac(/* private fields */);