Type Alias dryoc::auth::Mac

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

Stack-allocated message authentication code for secret-key authentication.

Aliased Type§

struct Mac(/* private fields */);