We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Point equality is implemented as:
elliptic/lib/elliptic/curve/mont.js
Lines 163 to 165 in 43ac7f2
The identity (aka point at infinity) is any point that has 0 in its z-coordinate:
Lines 77 to 80 in 43ac7f2
How would point comparison give the correct result when comparing against the point at infinity?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Point equality is implemented as:
elliptic/lib/elliptic/curve/mont.js
Lines 163 to 165 in 43ac7f2
The identity (aka point at infinity) is any point that has 0 in its z-coordinate:
elliptic/lib/elliptic/curve/mont.js
Lines 77 to 80 in 43ac7f2
How would point comparison give the correct result when comparing against the point at infinity?
The text was updated successfully, but these errors were encountered: