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

feat: eccvm sumcheck with commitments to round univariates #11206

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

iakovenkos
Copy link
Contributor

  • combined with SmallSubgroup inner product argument, ensures that the sumcheck round univariates do not leak witness information
  • drastically reduces the eccvm proof size - instead of sending 24 coefficients of each round univariate, the prover sends eval at 0, 1, and a group element
  • reduces eccvm recursive verifier costs by avoiding expensive evaluations of polys of degree 23 (each eval ~3000 gates)

@iakovenkos iakovenkos marked this pull request as ready for review January 15, 2025 10:22
@iakovenkos iakovenkos marked this pull request as draft January 15, 2025 10:33
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