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

Range check 8 #1288

Merged
merged 4 commits into from
Dec 4, 2023
Merged

Range check 8 #1288

merged 4 commits into from
Dec 4, 2023

Conversation

mitschabaude
Copy link
Member

@mitschabaude mitschabaude commented Dec 4, 2023

adds a rangeCheck8 gadget that just uses rangeCheckHelper (EndoMulScalar) twice, to unblock #1284

@mitschabaude mitschabaude requested a review from a team as a code owner December 4, 2023 09:39
/**
* Asserts that the input value is in the range [0, 2^8).
*
* See {@link Gadgets.rangeCheck8} for analogous details and usage examples.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this points to the same Gadget - did you mean Gadgets.rangeCheck32?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah I meant rangeCheck64 thanks - stupid copilot 🤖

@mitschabaude mitschabaude merged commit 4777377 into main Dec 4, 2023
13 checks passed
@mitschabaude mitschabaude deleted the feature/range-check-8 branch December 4, 2023 10:37
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.

2 participants