Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
vo-nil committed Sep 20, 2024
1 parent 27c4184 commit e9e0e67
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions proof-producer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,18 +176,14 @@ Compute LPC consistency check proofs for polynomial combined_Q, done on each pro

Merge proofs into one final proof:
```bash
#!/bin/sh

CIRCUIT1=fri_array_swap
CIRCUIT2=merkle_tree_poseidon_cpp_example

bin/proof-producer/proof-producer-single-threaded \
--stage merge-proofs \
--partial-proof $CIRCUIT1-proof.dat \
--partial-proof $CIRCUIT2-proof.dat \
--initial-proof $CIRCUIT1-LPC_consistency_check_proof.bin \
--initial-proof $CIRCUIT2-LPC_consistency_check_proof.bin \
--last-proof aggregated_FRI_proof.bin \
--aggregated-FRI-proof aggregated_FRI_proof.bin \
--proof final-proof.dat
```

0 comments on commit e9e0e67

Please sign in to comment.