Type Definition cipher::Nonce

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

Nonce for an algorithm that implements NewCipher.