Skip to main content

Key

Type Alias Key 

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

Stack-allocated secret key.

Aliased Typeยง

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