Skip to main content

Key

Type Alias Key 

Source
pub type Key = HeapByteArray<CRYPTO_AEAD_XCHACHA20POLY1305_IETF_KEYBYTES>;
Available on crate feature protected only.
Expand description

Heap-allocated, page-aligned secret key for XChaCha20-Poly1305-IETF.

Aliased Typeยง

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