pub type Mac = StackByteArray<CRYPTO_AUTH_BYTES>;Expand description
Stack-allocated message authentication code for secret-key authentication.
Aliased Typeยง
struct Mac(/* private fields */);pub type Mac = StackByteArray<CRYPTO_AUTH_BYTES>;Stack-allocated message authentication code for secret-key authentication.
struct Mac(/* private fields */);