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