Skip to content

Commit

Permalink
Add Support for Batch STARKs with Proving, Verification, and Recursion (
Browse files Browse the repository at this point in the history
0xPolygonZero#1600)

* add batch starks

* fix build

* fix ci

* address comments from hratoanina

* address comments from Nashtare

* fix tests

* address comments from hratoanina

* Update plonky2/src/batch_fri/recursive_verifier.rs

Co-authored-by: Robin Salen <30937548+Nashtare@users.noreply.github.com>

* Update plonky2/src/hash/merkle_proofs.rs

Co-authored-by: Robin Salen <30937548+Nashtare@users.noreply.github.com>

* Update plonky2/src/batch_fri/verifier.rs

Co-authored-by: Robin Salen <30937548+Nashtare@users.noreply.github.com>

---------

Co-authored-by: Robin Salen <30937548+Nashtare@users.noreply.github.com>
  • Loading branch information
sai-deng and Nashtare committed Jul 15, 2024
1 parent 4090881 commit 0e363e1
Show file tree
Hide file tree
Showing 16 changed files with 2,198 additions and 62 deletions.
4 changes: 4 additions & 0 deletions plonky2/src/batch_fri/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pub mod oracle;
pub mod prover;
pub mod recursive_verifier;
pub mod verifier;
Loading

0 comments on commit 0e363e1

Please sign in to comment.