pub type Nonce<C> = GenericArray<u8, <C as NewCipher>::NonceSize>;
Nonce for an algorithm that implements NewCipher.
NewCipher