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

feat: implement range_check96 #81

Closed
zmalatrax opened this issue Jun 7, 2024 · 0 comments · Fixed by #82
Closed

feat: implement range_check96 #81

zmalatrax opened this issue Jun 7, 2024 · 0 comments · Fixed by #82
Assignees

Comments

@zmalatrax
Copy link
Collaborator

The all_cairo layout has a range_check builtin and a range_check96 which differ by the value of the upper bound. Both should be implemented. Adapt the current rangeCheckHandler to take as parameter the exponent $x$ of the bound:
$\text{rcBound} = 2^x$, with $x = 128$ or $x = 96$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant