Type Alias CipherKey

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

Key for an algorithm that implements NewCipher.

Aliased Typeยง

struct CipherKey<C> { /* private fields */ }