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 */ }
pub type Nonce<C> = GenericArray<u8, <C as NewStreamCipher>::NonceSize>;
Nonce for an algorithm that implements NewStreamCipher
.
struct Nonce<C> { /* private fields */ }