Type Alias dryoc::dryocstream::Nonce

source ·
pub type Nonce = StackByteArray<CRYPTO_STREAM_CHACHA20_IETF_NONCEBYTES>;
Expand description

Stack-allocated nonce for authenticated secret streams.

Aliased Type§

struct Nonce(/* private fields */);