pub type CipherKey<C> = GenericArray<u8, <C as NewCipher>::KeySize>;
Key for an algorithm that implements NewCipher.
NewCipher