-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: eccvm sumcheck with commitments to round univariates (#11206)
[Protocol outline](https://hackmd.io/sxlCHpVISdaaQJbCpcXA-Q) * combined with SmallSubgroup inner product argument, ensures that the sumcheck round univariates do not leak witness information (In ECCVM) * drastically reduces the eccvm proof size - instead of sending 24 coefficients of each round univariate, the prover sends evals at 0, 1, and a group element * reduces eccvm recursive verifier costs by avoiding expensive evaluations of polys of degree 23 (360K gates -> 230K gates)
- Loading branch information
1 parent
30a063a
commit fe34b05
Showing
34 changed files
with
1,096 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
257 changes: 231 additions & 26 deletions
257
barretenberg/cpp/src/barretenberg/commitment_schemes/shplonk/shplemini.hpp
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
fe34b05
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'C++ Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.05
.nativeClientIVCBench/Full/6
24930.087184
ms/iter21587.687391999963
ms/iter1.15
wasmClientIVCBench/Full/6
80693.997431
ms/iter72265.65905000002
ms/iter1.12
commit(t)
3549754629
ns/iter3284759030
ns/iter1.08
This comment was automatically generated by workflow using github-action-benchmark.
CC: @ludamad @codygunton