pub fn gen_witness<F: PrimeField + Display>(
    witness_cols: &mut [Vec<F>; 15],
    scalar: F,
    endo_scalar: F,
    num_bits: usize
) -> F
Expand description

Generate the witness

Panics

Will panic if num_bits length is not multiple of bits_per_row length.