pub fn pad_with_zero_coefficients_to_length<F: IsField>(
pa: &mut Polynomial<FieldElement<F>>,
n: usize,
)
Expand description
Pads a polynomial with zeros until the desired length This function can be useful when evaluating polynomials with the FFT