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

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

Nonce for an algorithm that implements NewStreamCipher.