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

Protect against non-canonical representations of Field elements for bit decompositions #7012

Open
michaeljklein opened this issue Jan 9, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@michaeljklein
Copy link
Contributor

Problem

We need to protect against non-canonical representations of Field's when doing bit decompositions. We have checks for non-canonical representations when doing byte decompositions, but apparently not for bit decompositions.

Happy Case

Add canonical-representation checks to Field bit decompositions

Workaround

Yes

Workaround Description

Manually check the representation when using bit decompositions on Field's

Additional Context

No response

Project Impact

None

Blocker Context

No response

Would you like to submit a PR for this Issue?

None

Support Needs

No response

@michaeljklein michaeljklein added the enhancement New feature or request label Jan 9, 2025
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Noir Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant