Type Alias c2_chacha::stream_cipher::Nonce
source · pub type Nonce<C> = GenericArray<u8, <C as NewStreamCipher>::NonceSize>;
Expand description
Nonce for an algorithm that implements NewStreamCipher
.
Aliased Type§
struct Nonce<C> { /* private fields */ }