Skip to content

Commit

Permalink
Merge b36ab46 into 8628295
Browse files Browse the repository at this point in the history
  • Loading branch information
dlakata committed Jun 5, 2017
2 parents 8628295 + b36ab46 commit 3432a0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/elliptic/curve/edwards.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ Point.prototype.eqXToP = function eqXToP(x) {
if (this.x.cmp(rx) === 0)
return true;
}
return false;
};

// Compatibility with BaseCurve
Expand Down
1 change: 0 additions & 1 deletion lib/elliptic/curve/short.js
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,6 @@ JPoint.prototype.eqXToP = function eqXToP(x) {
if (this.x.cmp(rx) === 0)
return true;
}
return false;
};

JPoint.prototype.inspect = function inspect() {
Expand Down

0 comments on commit 3432a0c

Please sign in to comment.