Type Definition cipher::stream::Nonce [−][src]
type Nonce<C> = GenericArray<u8, <C as NewStreamCipher>::NonceSize>;
Nonce for an algorithm that implements NewStreamCipher
.
type Nonce<C> = GenericArray<u8, <C as NewStreamCipher>::NonceSize>;
Nonce for an algorithm that implements NewStreamCipher
.