pub type Key = HeapByteArray<CRYPTO_SECRETSTREAM_XCHACHA20POLY1305_KEYBYTES>;Available on crate feature
nightly only.Expand description
Heap-allocated, page-aligned secret key for authenticated secret streams, for use with protected memory.
Aliased Typeยง
struct Key(/* private fields */);