pub(crate) type PolynomialsToCombine<'a, G: CommitmentCurve, D: EvaluationDomain<G::ScalarField>> = &'a [(DensePolynomialOrEvaluations<'a, G::ScalarField, D>, PolyComm<G::ScalarField>)];Expand description
An alias to represent a polynomial (in either coefficient or evaluation form), with a set of scalar field elements that represent the exponent of its blinder.