pub type Key = StackByteArray<CRYPTO_SECRETBOX_KEYBYTES>;Expand description
Stack-allocated secret for authenticated secret box.
Aliased Typeยง
pub struct Key(/* private fields */);pub type Key = StackByteArray<CRYPTO_SECRETBOX_KEYBYTES>;Stack-allocated secret for authenticated secret box.
pub struct Key(/* private fields */);