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