-
Notifications
You must be signed in to change notification settings - Fork 51
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
feat: uint512 div mod #153
feat: uint512 div mod #153
Conversation
8e33778
to
ecb8eb4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @greged93, great work, thanks for your contribution! Left some comments but they are mostly nitpicks
ecb8eb4
to
aa6ee36
Compare
Could you add a benchmark test as well, that would be in the dedicated |
20afb5b
to
9f47b89
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing PR! Thank you @greged93 !!!! 💯
Implements the uint512 div mod uint256 hint for the hint runner. Resolves #112.