pub(super) unsafe fn encrypt_par<const RK: usize, ParBlocks: ArraySize>( keys: &[__m128i; RK], blocks: InOut<'_, '_, Array<Block, ParBlocks>>, )