Skip to content

Verification circuit (compute_b part)#96

Draft
simonmasson wants to merge 4 commits into
mainfrom
simon/halo2_verification_compute_b
Draft

Verification circuit (compute_b part)#96
simonmasson wants to merge 4 commits into
mainfrom
simon/halo2_verification_compute_b

Conversation

@simonmasson

Copy link
Copy Markdown
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 a user and XuyangSong 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