-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial Shplonk prover/verifier implementation (#301)
* feat: Initial Shplonk prover/verifier as EvaluationEngine * feat: More optimal pairing check * feat: Avoid including C_P to the proof/transcript * feat: Check R / evals correlation on verification * feat: Verify correctness of P_i polynomials computing * chore: Add TODOs about avoiding operations with constant polynomial * chore: Fix clippy issues * chore: Review iteration fixes * feat: Include Shplonk PCS into the benchmark
- Loading branch information
Showing
6 changed files
with
694 additions
and
46 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
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.
4cc09c8
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.
Benchmarks
Table of Contents
Overview
This benchmark report shows the Arecibo GPU benchmarks.
NVIDIA L4
Intel(R) Xeon(R) CPU @ 2.20GHz
32 vCPUs
125 GB RAM
Workflow run: https://github.com/lurk-lab/arecibo/actions/runs/7889878726
Benchmark Results
RecursiveSNARK-NIVC-2
ref=4ae3a57
ref=4cc09c8
Prove-NumCons-6540
53.31 ms
(✅ 1.00x)53.13 ms
(✅ 1.00x faster)Verify-NumCons-6540
33.05 ms
(✅ 1.00x)33.00 ms
(✅ 1.00x faster)Prove-NumCons-1028888
342.70 ms
(✅ 1.00x)342.83 ms
(✅ 1.00x slower)Verify-NumCons-1028888
255.36 ms
(✅ 1.00x)255.37 ms
(✅ 1.00x slower)CompressedSNARK-NIVC-Commitments-2
ref=4ae3a57
ref=4cc09c8
Prove-NumCons-6540
13.97 s
(✅ 1.00x)14.03 s
(✅ 1.00x slower)Verify-NumCons-6540
81.88 ms
(✅ 1.00x)81.73 ms
(✅ 1.00x faster)Prove-NumCons-1028888
110.72 s
(✅ 1.00x)110.46 s
(✅ 1.00x faster)Verify-NumCons-1028888
779.31 ms
(✅ 1.00x)773.93 ms
(✅ 1.01x faster)Made with criterion-table