Orbis-Tertius / haskell-fri-proofs

WIP: FRI-based ZKPs in Haskell
Apache License 2.0
3 stars 1 forks source link

Add property tests #1

Open morganthomas opened 2 years ago

morganthomas commented 2 years ago

Key properties: soundness and completeness. We can property test soundness on random proofs as if it the verifier cannot ever be tricked, since the odds of randomly finding a proof that tricks the verifier are negligible.