logo

Type Definition cipher::block::Key

source · []
pub type Key<B> = GenericArray<u8, <B as NewBlockCipher>::KeySize>;
Expand description

Key for an algorithm that implements NewBlockCipher.