-
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: shplemini claim batcher (#11614)
Implements ClaimBatcher for the Shplemini Verifier (more or less analogous to the prover's PolynomialBatcher, but its not a one to one due to the different nature of the prover and verifier in shplemini). The idea here is again to isolate claim batching logic to a sub-class and to make it more straightforward to add new types of claims, e.g. k-shifted polynomials. With these updates, only the `ClaimBatcher` and the protocols that utilize k-shifts need to be updated, rather than an interface that's utilized across ~20 different files. Note: I've again left out concatenations but its likely that they should be also be handled `PolynomialBatcher`/`ClaimBatcher`, despite having a slightly different structure.
- Loading branch information
1 parent
e4de8a5
commit f4e2953
Showing
19 changed files
with
263 additions
and
203 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
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.
f4e2953
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
.nativeconstruct_proof_ultrahonk_power_of_2/20
4557.614382000025
ms/iter4130.762439999984
ms/iter1.10
Goblin::merge(t)
145019514
ns/iter137466003
ns/iter1.05
This comment was automatically generated by workflow using github-action-benchmark.
CC: @ludamad @codygunton