zkFold / zkfold-base

ZkFold's Base library
https://zkfold.io
MIT License
17 stars 7 forks source link

Non-zero constraint in UInt tests #365

Open hovanja2011 opened 1 week ago

hovanja2011 commented 1 week ago

In the tests of UInt divMod, subtraction and multiplication (not strict) after optimization, an error was found. A constant constraint is created that is not equal to zero. I assume that this is due to a register overflow.