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

Verification circuit (compute_b part) #96

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

simonmasson
Copy link
Contributor

This implements one part of the verification circuit: the compute_b part (see here).

The circuit computes $\prod_i (1+u_{k-1-i} x^{2^i})$ but for 32 challenges $u_i$, it runs out of memory when it computes the $x^{2^i}$ (in the Expression part)...

The implementation works for 16 challenges $u_i$.

@joebebel @XuyangSong any idea? IIRC, we face the similar problem as for the hash_to_curve function but I don't know how to get rid of it in this context.

@simonmasson simonmasson requested review from XuyangSong and a user December 16, 2022 17:42
Base automatically changed from xuyang/hash_to_curve to main January 2, 2023 19:43
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