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

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

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