Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verifying external proofs #14

Open
rpalakkal opened this issue Oct 24, 2023 · 0 comments
Open

Verifying external proofs #14

rpalakkal opened this issue Oct 24, 2023 · 0 comments
Labels
good first issue Good for newcomers halo2-repl Issues related to halo2-repl

Comments

@rpalakkal
Copy link
Contributor

rpalakkal commented Oct 24, 2023

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).

@rpalakkal rpalakkal added the halo2-repl Issues related to halo2-repl label Oct 24, 2023
@yi-sun yi-sun added the good first issue Good for newcomers label Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers halo2-repl Issues related to halo2-repl
Projects
None yet
Development

No branches or pull requests

2 participants