Type Alias dryoc::dryocsecretbox::protected::Nonce

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

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

Aliased Type§

struct Nonce(/* private fields */);