Type Definition cipher::CipherKey[][src]

type CipherKey<C> = GenericArray<u8, <C as NewCipher>::KeySize>;

Key for an algorithm that implements NewCipher.