pub type CipherKey<C> = GenericArray<u8, <C as NewCipher>::KeySize>;
Key for an algorithm that implements NewCipher.
NewCipher
struct CipherKey<C> { /* private fields */ }