Type Alias Key

Source
pub type Key = StackByteArray<CRYPTO_SECRETBOX_KEYBYTES>;
Expand description

Stack-allocated secret for authenticated secret box.

Aliased Typeยง

struct Key(/* private fields */);