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

type Nonce<C> = GenericArray<u8, <C as NewStreamCipher>::NonceSize>;

Nonce for an algorithm that implements NewStreamCipher.