Type Alias dryoc::onetimeauth::Key

source ·
pub type Key = StackByteArray<CRYPTO_ONETIMEAUTH_KEYBYTES>;
Expand description

Stack-allocated key for one-time authentication.

Aliased Type§

struct Key(/* private fields */);