Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 351 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 351 Bytes

STARK Verifier

Instructions

Build the standalone executable cargo build and verify the serialized proof: ./path/to/verifier

Generating proofs

Use the python Mimc STARK implementation (modified) to generate serialized stark proofs: https:/jwasinger/research/tree/serialize/mimc_stark (outputs a binary file called proof)