Type Definition cipher::Nonce[][src]

type Nonce<C> = GenericArray<u8, <C as NewCipher>::NonceSize>;

Nonce for an algorithm that implements NewCipher.