Type Definition cipher::CipherKey

source ·
pub type CipherKey<C> = GenericArray<u8, <C as NewCipher>::KeySize>;
Expand description

Key for an algorithm that implements NewCipher.