pub type Nonce = StackByteArray<CRYPTO_SECRETBOX_NONCEBYTES>;Expand description
Stack-allocated nonce for authenticated secret box.
Aliased Typeยง
pub struct Nonce(/* private fields */);pub type Nonce = StackByteArray<CRYPTO_SECRETBOX_NONCEBYTES>;Stack-allocated nonce for authenticated secret box.
pub struct Nonce(/* private fields */);