Skip to main content

Key

Type Alias Key 

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

Heap-allocated, page-aligned secret key.

Aliased Typeยง

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