-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support SuperNova CompressedSNARK. (#936)
* Support SuperNova CompressedSNARK. * fixes * Call verify correctly. * chore: Update dependency and small fixes - Updated the `nova` package dependency by switching the branch from `batched_spartan` to `dev` in the `Cargo.toml` file. - Made adjustments to the `Proof` enum definition in `supernova.rs` by removing the lifetime specifier `'a` on the `C: Coprocessor<F>` parameter. * fix: use appropriate compressed SNARK hints --------- Co-authored-by: porcuquine <porcuquine@users.noreply.github.com> Co-authored-by: Hanting Zhang <hantingz@usc.edu> Co-authored-by: François Garillot <francois@garillot.net>
- Loading branch information
1 parent
ab427f2
commit 51b9332
Showing
5 changed files
with
112 additions
and
41 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
51b9332
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 Fibonacci GPU benchmark.
NVIDIA L4
Intel(R) Xeon(R) CPU @ 2.20GHz
125.78 GB RAM
Workflow run: https://github.com/lurk-lab/lurk-rs/actions/runs/7213003773
Benchmark Results
LEM Fibonacci Prove - rc = 100
fib-ref=ab427f23a709e95edb656e6b29bd55f1e22424bc
fib-ref=51b933266dfd44e6faae6b63d4f0a65fcda3ab30
num-100
3.86 s
(✅ 1.00x)3.86 s
(✅ 1.00x slower)num-200
7.70 s
(✅ 1.00x)7.70 s
(✅ 1.00x faster)LEM Fibonacci Prove - rc = 600
fib-ref=ab427f23a709e95edb656e6b29bd55f1e22424bc
fib-ref=51b933266dfd44e6faae6b63d4f0a65fcda3ab30
num-100
3.31 s
(✅ 1.00x)3.33 s
(✅ 1.00x slower)num-200
7.27 s
(✅ 1.00x)7.30 s
(✅ 1.00x slower)Made with criterion-table