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

u8 table #234

Closed
wants to merge 2 commits into from
Closed

u8 table #234

wants to merge 2 commits into from

Conversation

naure
Copy link
Collaborator

@naure naure commented Sep 17, 2024

Issue #214.

Simpler fix than #225.

@naure naure requested review from kunxian-xia and hero78119 and removed request for kunxian-xia September 17, 2024 11:44
@naure naure mentioned this pull request Sep 17, 2024
@naure naure mentioned this pull request Sep 17, 2024
@naure
Copy link
Collaborator Author

naure commented Sep 17, 2024

See the generic version for all range tables: #236

@naure naure closed this Sep 17, 2024
@naure naure removed the request for review from hero78119 September 17, 2024 17:28
hero78119 pushed a commit that referenced this pull request Sep 18, 2024
_Issue #214_

A generalization of #234 for all range or scalar tables.

- Moved and refactored the implementation of u16.
- Implementation without generics because I find it cleaner and it
compiles faster.
- Definition of separate circuits `U5TableCircuit`, `U8TableCircuit`,
`U16TableCircuit` using a parameter trait.
- Fix soundness of `assert_u8`.

---------

Co-authored-by: Aurélien Nicolas <[email protected]>
hero78119 pushed a commit that referenced this pull request Sep 30, 2024
_Issue #214_

A generalization of #234 for all range or scalar tables.

- Moved and refactored the implementation of u16.
- Implementation without generics because I find it cleaner and it
compiles faster.
- Definition of separate circuits `U5TableCircuit`, `U8TableCircuit`,
`U16TableCircuit` using a parameter trait.
- Fix soundness of `assert_u8`.

---------

Co-authored-by: Aurélien Nicolas <[email protected]>
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.

1 participant