Type Alias dryoc::dryocsecretbox::protected::Key

source ·
pub type Key = HeapByteArray<CRYPTO_SECRETBOX_KEYBYTES>;
Available on crate feature nightly only.
Expand description

Heap-allocated, page-aligned secret for authenticated secret box, for use with protected memory.

Aliased Type§

struct Key(/* private fields */);