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
{{ message }}
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
To avoid minus overflow when computing u0, we borrowed one from v1.
Think about limbs[1].value < rem.limbs_le[1].value || (limbs[1].value == rem.limbs_le[1].value && limbs[0].value < rem.limbs_le[0].value)
see
why subtract one to compute v1 in the
integer_chip.add_constraints_for_mul_equation_on_limb0()
?AFAIK,
v1*2^2b = u1 + v0
.halo2-snark-aggregator/halo2-ecc-circuit-lib/src/five/integer_chip.rs
Line 194 in 8b01e90
The text was updated successfully, but these errors were encountered: