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

Sumcheck reduction for opening proofs #455

Closed
moodlezoup opened this issue Sep 19, 2024 · 0 comments · Fixed by #453
Closed

Sumcheck reduction for opening proofs #455

moodlezoup opened this issue Sep 19, 2024 · 0 comments · Fixed by #453
Assignees
Labels
optimization Performance improvement

Comments

@moodlezoup
Copy link
Collaborator

For additively homomorphic commitment schemes (including Hyrax, Zeromorph, HyperKZG) we can use a sumcheck to reduce multiple opening proofs (multiple polynomials, not necessarily of the same size, each opened at a different point) into a single opening. This is implemented in Nova here.

Currently, the Jolt prover with Zeromorph and HyperKZG is bottlenecked by opening proofs. By reducing the number of opening proofs down to one, we can cut the prover time by about half.

@moodlezoup moodlezoup added the optimization Performance improvement label Sep 19, 2024
@moodlezoup moodlezoup self-assigned this Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization Performance improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant