Skip to main content

Key

Type Alias Key 

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

Stack-allocated secret key for XChaCha20-Poly1305-IETF AEAD.

Aliased Typeยง

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