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