pub fn pad_with_zero_coefficients<L: IsField, F: IsSubFieldOf<L>>(
    pa: &Polynomial<FieldElement<F>>,
    pb: &Polynomial<FieldElement<L>>
) -> (Polynomial<FieldElement<F>>, Polynomial<FieldElement<L>>)
Expand description

Pads polynomial representations with minimum number of zeros to match lengths.