Skip to content

Commit 021c9ec

Browse files
committed
proving with STWO
1 parent 93382ea commit 021c9ec

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ To run the Cairo DKIM verification process, use below command, `raw_email.eml` i
3636
cargo run -r -- --cairo_pie_output pie.zip --secure_run true --raw_mail_file raw_email.eml --print_output
3737
```
3838

39+
### Generating a proof with STWO
40+
41+
Run and prove with [STWO](https://github.com/starkware-libs/stwo-cairo):
42+
```bash
43+
run_and_prove --run_from_cairo_pie pie.zip --proof_path proof.json
44+
```
45+
3946
This command will execute the Cairo program with the provided input, generate a Cairo PIE file.
4047

4148
## Contributing

0 commit comments

Comments
 (0)