|
@ -66,7 +66,7 @@ class BN128 { |
|
|
|
|
|
|
|
|
// Set loopCountNeg
|
|
|
// Set loopCountNeg
|
|
|
if (this.loopCount.isNegative()) { |
|
|
if (this.loopCount.isNegative()) { |
|
|
this.loopCount = this.neg(); |
|
|
|
|
|
|
|
|
this.loopCount = this.loopCount.neg(); |
|
|
this.loopCountNeg = true; |
|
|
this.loopCountNeg = true; |
|
|
} else { |
|
|
} else { |
|
|
this.loopCountNeg = false; |
|
|
this.loopCountNeg = false; |
|
|