small fix bn128.js/_preparePairing/loopCount.neg()
This commit is contained in:
parent
ddc27b4c35
commit
0e9f632c46
@ -66,7 +66,7 @@ class BN128 {
|
||||
|
||||
// Set loopCountNeg
|
||||
if (this.loopCount.isNegative()) {
|
||||
this.loopCount = this.neg();
|
||||
this.loopCount = this.loopCount.neg();
|
||||
this.loopCountNeg = true;
|
||||
} else {
|
||||
this.loopCountNeg = false;
|
||||
|
Loading…
Reference in New Issue
Block a user