Type Definition cipher::BlockCipherKey[][src]

type BlockCipherKey<B> = GenericArray<u8, <B as FromKey>::KeySize>;

Key for an algorithm that implements FromKey.