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

Hotfix for inverse multiplication bug #697

Merged
merged 6 commits into from
Jan 9, 2023
Merged

Hotfix for inverse multiplication bug #697

merged 6 commits into from
Jan 9, 2023

Conversation

Oppen
Copy link
Contributor

@Oppen Oppen commented Jan 9, 2023

Description

Mul operation incorrectly divided with Z arithmetic when it needed to deduce operands rather than destination.
This PR fixes this to use modular arithmetic and adds integration and property tests for the issue.
It also makes the make test target properly run tests for all subcrates and fixes a few preexisting tests.

Checklist

  • Linked to Github Issue
  • Unit tests added
  • Integration tests added.
  • This change requires new documentation.
    • Documentation has been added/updated.

@Jrigada Jrigada merged commit 3d1e376 into main Jan 9, 2023
@Jrigada Jrigada deleted the op-mul-hotfix branch January 9, 2023 15:31
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.

3 participants