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 byte@prove using range constraints #182

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

DavePearce
Copy link
Collaborator

This applies to all integer types, including byte and nibble. However, binary constraints are treated different and use vanishings constraints instead.

There also remains an outstanding issue related to perspectives, in that the perspective selector is not being applied. This will be resolved separately in #101.

@DavePearce DavePearce linked an issue Jun 10, 2024 that may be closed by this pull request
This applies to all integer types, including `byte` and `nibble`.
However, `binary` constraints are treated different and use vanishings
constraints instead.

There also remains an outstanding issue related to perspectives, in that
the perspective selector is not being applied.  This will be resolved
separately in #101.
@DavePearce DavePearce force-pushed the 129-refactor-byteprove-to-use-range-constraints branch from c6b8b76 to efd60eb Compare June 10, 2024 02:55
@DavePearce DavePearce changed the title Implement byte@prove using range constraints feat: Implement byte@prove using range constraints Jun 10, 2024
@DavePearce DavePearce merged commit 00c9c38 into master Jun 10, 2024
1 check passed
@DavePearce DavePearce deleted the 129-refactor-byteprove-to-use-range-constraints branch June 10, 2024 02:58
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.

Refactor byte@prove to use Range Constraints
1 participant