Skip to content

Commit

Permalink
Feat Nova incremental inclusion verification (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobottazzi authored Sep 13, 2023
1 parent bbf4363 commit bc63f43
Show file tree
Hide file tree
Showing 23 changed files with 27,898 additions and 135 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
cd zk_prover
cargo test --release --features dev-graph -- --nocapture
- name: Test Nova Prover
run: |
cd zk_prover
cargo run --release --example nova_incremental_verifier
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

Expand Down
Loading

0 comments on commit bc63f43

Please sign in to comment.