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

Twisted Edwards: Double acts as if it was in place doubling on the caller and ignore the parameter #51

Closed
ThomasPiellard opened this issue May 18, 2021 · 0 comments · Fixed by #70
Labels
bug Something isn't working

Comments

@ThomasPiellard
Copy link
Contributor

ThomasPiellard commented May 18, 2021

var base, point twistededwards.PointAffine
base.X.SetBigInt(&params.BaseX)
base.Y.SetBigInt(&params.BaseY)
point.Double(&base) // --> doesn't use base, and point remains not initialised
@ThomasPiellard ThomasPiellard added the bug Something isn't working label May 18, 2021
ThomasPiellard added a commit that referenced this issue May 18, 2021
@gbotrel gbotrel mentioned this issue Aug 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant