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 infinite loops in small backend curve operations #104

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

cronokirby
Copy link
Contributor

In the multiplication implementations for Element, we accidentally forgot to dereference the references, leading to an infinite loop, as each multiplication implementation would never descend down to the actual implementation.

@cronokirby cronokirby merged commit d67c770 into main Jul 1, 2024
6 checks passed
@cronokirby cronokirby deleted the fix-infinite-loops branch July 1, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant