Function prio::benchmarked::benchmarked_gadget_mul_call_poly_fft[][src]

pub fn benchmarked_gadget_mul_call_poly_fft<F: FieldElement>(
    g: &mut Mul<F>,
    outp: &mut [F],
    inp: &[Vec<F>]
) -> Result<(), PcpError>
Expand description

Sets outp to inp[0] * inp[1], where inp[0] and inp[1] are polynomials. This function uses FFT for multiplication.