Type Alias Nonce

Source
pub type Nonce = Vec<u8>;
Expand description

An AEAD nonce is a sequence of bytes.

Aliased Typeยง

pub struct Nonce { /* private fields */ }