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
This example is for range check inside the circuit for 128-bits field element which does not require dividing into limbs. If the benchmark result is promising, then we should consider testing zkevm-circuits to this backend.
This requires:
Define SubtableStrategy for 128-bits range table
Write simple range check circuit
Use Lasso as lookup argument
Benchmark with some examples
naive halo2 lookup
halo2-cq (but this uses univariate IOP which is slightly outside of comparison scope)
LogUp+GKR in plonkish
The text was updated successfully, but these errors were encountered:
This example is for range check inside the circuit for 128-bits field element which does not require dividing into limbs. If the benchmark result is promising, then we should consider testing zkevm-circuits to this backend.
This requires:
SubtableStrategy
for 128-bits range tableplonkish
The text was updated successfully, but these errors were encountered: