pub fn extend_xor_witness<F: PrimeField>( witness: &mut [Vec<F>; 15], input1: F, input2: F, bits: usize, )
Extends the Xor rows to the full witness Panics if the words are larger than the desired bits