Orbis-Tertius / haskell-fri-proofs

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

Incremental verifying #13

Open morganthomas opened 2 years ago

morganthomas commented 2 years ago

We need the ability to split up the verification computation into n many pieces which each use a piece of the proof, as close as practical to k/n in size, where k is the proof size.