Expand description
A set of functions providing the interface for perfoming claim aggregation.
Functions§
- get_
num_ wlx_ evaluations - Returns an upper bound on the number of evaluations needed to represent the
polynomial
P(x) = W(l(x))whereW : F^n -> Fis a multilinear polynomial onnvariables andl : F -> F^nis such that: - get_
wlx_ evaluations - Returns a vector of evaluations of this layer’s MLE on a sequence of
points computed by interpolating a polynomial that passes through the
points of
claims_vecs. - prover_
aggregate_ claims - Performs claim aggregation on the prover side and, if successful, returns a single, raw aggregated claim.
- verifier_
aggregate_ claims - Performs claim aggregation on the verifier side.