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
Both evalcheck and ring_switch may perform the same evaluate_partial_high operation on multilinear polynomial witnesses. In evalcheck, this occurs when computing projections. The multilinears then get stored in a memoization map to make sure they are not recomputed in evalcheck. Then in ring_switch, the prover computes the partial high evaluations to compute the tensor algebra elements sent. The prover should save the computation of the projection, if available, so it is not recomputed during ring switching.
The text was updated successfully, but these errors were encountered:
Both
evalcheck
andring_switch
may perform the sameevaluate_partial_high
operation on multilinear polynomial witnesses. In evalcheck, this occurs when computing projections. The multilinears then get stored in a memoization map to make sure they are not recomputed in evalcheck. Then inring_switch
, the prover computes the partial high evaluations to compute the tensor algebra elements sent. The prover should save the computation of the projection, if available, so it is not recomputed during ring switching.The text was updated successfully, but these errors were encountered: