pub fn gen_witness<F: PrimeField + Display>( witness_cols: &mut [Vec<F>; 15], scalar: F, endo_scalar: F, num_bits: usize, ) -> F
Generate the witness
witness
Will panic if num_bits length is not multiple of bits_per_row length.
num_bits
bits_per_row