Skip to content

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