pub type Nonce<A, S> = GenericArray<u8, NonceSize<A, S>>;Available on crate feature
stream only.Expand description
Nonce as used by a given AEAD construction and STREAM primitive.
Aliased Typeยง
pub struct Nonce<A, S> { /* private fields */ }