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
We're currently not performing any range checks. I started implementing them on the halo2gadgets branch (using, you guessed it, halo2_gadgets), but it's blocked by privacy-scaling-explorations/halo2curves#37.
The text was updated successfully, but these errors were encountered:
Luckily, the mentioned issue is being addressed by privacy-scaling-explorations/halo2curves#40. I validated that it indeed fixes the problem by switching back to the BN256 curve on the halo2_gadgets branch.
Once this PR is merged, I consider this issue unblocked. We can fork halo2 until they update to the latest halo2curves.
We're currently not performing any range checks. I started implementing them on the
halo2gadgets
branch (using, you guessed it,halo2_gadgets
), but it's blocked by privacy-scaling-explorations/halo2curves#37.The text was updated successfully, but these errors were encountered: