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
On the verifier side, to compute the evaluation of gate matrices such as add, mul2, ..., and copy constraint matrices, such as copy_to, paste_from, the verifier needs to go through all non-zero entries. However, those matrices might be of special form, such as eq(x, y), or eq_greater_than with more efficient methods for evaluation.
The text was updated successfully, but these errors were encountered:
On the verifier side, to compute the evaluation of gate matrices such as
add
,mul2
, ..., and copy constraint matrices, such ascopy_to
,paste_from
, the verifier needs to go through all non-zero entries. However, those matrices might be of special form, such aseq(x, y)
, oreq_greater_than
with more efficient methods for evaluation.The text was updated successfully, but these errors were encountered: