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