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

curv2: fix subtraction #127

Merged
merged 2 commits into from
Aug 7, 2021
Merged

curv2: fix subtraction #127

merged 2 commits into from
Aug 7, 2021

Conversation

survived
Copy link
Contributor

@survived survived commented Aug 7, 2021

I caught a bug — for two points a: Point<E> and b: Point<E>, expression &a - b produces wrong result (it actually returns b - a). PR fixes it.

@survived survived merged commit 02d683d into master Aug 7, 2021
@survived survived deleted the subtraction-fix branch August 10, 2021 08:50
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.

None yet

1 participant