Type Alias dryoc::dryocsecretbox::Key

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

Stack-allocated secret for authenticated secret box.

Aliased Type§

struct Key(/* private fields */);