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

batch open multiple opcode polynomials. #827

Open
kunxian-xia opened this issue Feb 6, 2025 · 0 comments
Open

batch open multiple opcode polynomials. #827

kunxian-xia opened this issue Feb 6, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@kunxian-xia
Copy link
Collaborator

Currently for each opcode circuit, we commit to several (less than 30) witness polynomials which has same number of variables. These polynomials are committed in one merkle tree and then open at a random point. Let's say If we include 10 opcode proofs inside a shard proof, then we need to commit to 10 merkle trees and generate 10 opening proofs. This incurs really big overhead.

As a comparison, STARK protocol would build only one polynomial for running low-degree testing subprotocol like FRI.

@kunxian-xia kunxian-xia added the enhancement New feature or request label Feb 6, 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
None yet
Development

No branches or pull requests

1 participant