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