You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then the multiopen prover will evaluate the polynomials again. Therefore, I suggest we add another field called eval of type C::Scalar in the ProverQuery struct.
The text was updated successfully, but these errors were encountered:
The
ProverQuery
struct does not contain the evaluation of thepoly
at thepoint
(which is already computed before we invoke the multiopen prover).halo2/halo2_proofs/src/poly/query.rs
Lines 20 to 29 in b8e458e
Then the multiopen prover will evaluate the polynomials again. Therefore, I suggest we add another field called
eval
of typeC::Scalar
in theProverQuery
struct.The text was updated successfully, but these errors were encountered: