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