Type Alias Key

Source
pub type Key = StackByteArray<CRYPTO_ONETIMEAUTH_KEYBYTES>;
Expand description

Stack-allocated key for one-time authentication.

Aliased Typeยง

struct Key(/* private fields */);