Type Definition aead::stream::Nonce[][src]

pub type Nonce<A, S> = GenericArray<u8, NonceSize<A, S>>;
This is supported on crate feature stream only.
Expand description

Nonce as used by a given AEAD construction and STREAM primitive.