pub fn extend_and_witness<F: PrimeField>(
    witness: &mut [Vec<F>; 15],
    input1: F,
    input2: F,
    bytes: usize
)
Expand description

Extends an AND witness to the whole witness Input: first input, second input, and desired byte length Panics if the input is too large for the chosen number of bytes