[][src]Type Definition cipher::Nonce

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

Nonce for an algorithm that implements NewCipher.