Skip to content

Commit

Permalink
ppsnark optimizations (Nova Forward Port) (microsoft#100)
Browse files Browse the repository at this point in the history
* optimize ppsnark (microsoft#252)

* optimize; check claims about Az,Bz,Cz

* add rayon

* Use rayon for computing evaluations in prove_helper in parallel (microsoft#253)

* add rayon for prove_inner

* version

---------

Co-authored-by: Srinath Setty <[email protected]>
  • Loading branch information
huitseeker and srinathsetty authored Nov 7, 2023
1 parent a256108 commit 8e75094
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 117 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nova-snark"
version = "0.29.0"
version = "0.30.1"
authors = ["Srinath Setty <[email protected]>"]
edition = "2021"
description = "Recursive zkSNARKs without trusted setup"
Expand Down
Loading

0 comments on commit 8e75094

Please sign in to comment.