After updating Flutter version pointy castle started to give me errors with the same code.
I am using the encrypt package which uses this package. The same encryption code was working a few days ago, I have upgraded the flutter now its gives me 'package:pointycastle/src/ufixnum.dart': Failed assertion: line 198 pos 10: '(x >= 0) && (x <= _MASK_32)': is not true. error when I try to encrypt something with it. Can anyone explain why this could be happen?
When I downgraded the flutter to 3.19.0 and there is no problem, but after upgrading to 3.19.1 the exception occurs.
After updating Flutter version pointy castle started to give me errors with the same code.
I am using the
encryptpackage which uses this package. The same encryption code was working a few days ago, I have upgraded the flutter now its gives me'package:pointycastle/src/ufixnum.dart': Failed assertion: line 198 pos 10: '(x >= 0) && (x <= _MASK_32)': is not true.error when I try to encrypt something with it. Can anyone explain why this could be happen?When I downgraded the flutter to 3.19.0 and there is no problem, but after upgrading to 3.19.1 the exception occurs.