[][src]Type Definition cipher::CipherKey

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

Key for an algorithm that implements NewCipher.