Key

Type Alias Key 

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

Stack-allocated secret for authenticated secret box.

Aliased Typeยง

pub struct Key(/* private fields */);