PointyCastle / pointycastle

Moved into the Bouncy Castle project: https://github.com/bcgit/pc-dart
MIT License
270 stars 76 forks source link

The BigInt equals zero #170

Open neeboo opened 5 years ago

neeboo commented 5 years ago

https://github.com/PointyCastle/pointycastle/blob/27646a9f81ab07bfa886484fedc5e2a188d680fa/lib/ecc/ecc_fp.dart#L279

should be

if(y.toBigInteger() == BigInt.zero){
...
}