Type Alias dryoc::auth::Key

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

Stack-allocated key for secret-key authentication.

Aliased Type§

struct Key(/* private fields */);