We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As noir now supports "safe" math natively and have a U128 implementation, we should use that instead of the SafeU120.
SafeU120
Replace the uses of SafeU120 with U128 and delete the library.
U128
The text was updated successfully, but these errors were encountered:
chore: purge SafeU120 (#4819)
9633b0f
Fixes #4818.
LHerskind
Successfully merging a pull request may close this issue.
As noir now supports "safe" math natively and have a U128 implementation, we should use that instead of the
SafeU120
.Replace the uses of
SafeU120
withU128
and delete the library.The text was updated successfully, but these errors were encountered: