pub type Nonce = Vec<u8>;
An AEAD nonce is a sequence of bytes.
pub struct Nonce { /* private fields */ }