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: allow modifying the upper bound in bits.ToBinary #1434

Open
ivokub opened this issue Feb 28, 2025 · 0 comments
Open

feat: allow modifying the upper bound in bits.ToBinary #1434

ivokub opened this issue Feb 28, 2025 · 0 comments

Comments

@ivokub
Copy link
Collaborator

ivokub commented Feb 28, 2025

Currently, when calling bits.ToBinary, we constrain that the bits are bits, the bits add up to the initial value and that the bits do not overflow (by checking that the bits are less than scalar field modulus bits). But for other uses it would be great if we could have other constant bound we check against, see for example discussions in #1420

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

No branches or pull requests

1 participant