axiom-crypto / halo2-browser

Monorepo of tools for using the halo2 proving system in-browser using WASM.

Home Page:https://halo2repl.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verifying external proofs

rpalakkal opened this issue · comments

We want to add functionality into halo2-repl to load in an external proof to verify against a vkey (either the currently loaded vkey or add the option to load in a new vkey). The existing verify function already takes in a proof array here:

else await workerApi.current?.verify(proof);

Verifying external proofs should just involve adding functionality to the halo2-repl frontend to upload your own proof (and optionally your own vkey).