Skip to content
New issue

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

Fix equation for Weierstrass form #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

kvakil
Copy link

@kvakil kvakil commented Oct 22, 2018

This fixes the calculation for the Weierstrass form from x^3 + ax^2 + b to the correct form x^3 + ax + b. The issue does not appear for secp256k1 since there a = 0. However it appears when trying to use
this code for other curves.

This fixes the calculation for the Weierstrass form from `x^3 + ax^2 +
b` to the correct form `x^3 + ax + b`. The issue does not appear for
secp256k1 since there `a = 0`. However it appears when trying to use
this code for other curves.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant