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

Implement the verification gadget #38

Open
3 tasks
nikkolasg opened this issue Apr 17, 2023 · 0 comments
Open
3 tasks

Implement the verification gadget #38

nikkolasg opened this issue Apr 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@nikkolasg
Copy link
Collaborator

nikkolasg commented Apr 17, 2023

For testudo to deliver a compact proof, we need to have a circuit that verifies a testudo proof. We could use this circuit with Groth16 to deliver a short verification time and proof size.
This issue depends first on #36 .
Then it requires to implement:

  • Groth16 verifier in circuit (using arkworks it's already implemented)
  • MIPP verifier (inner pairing product argument)
  • PST verifier
@nikkolasg nikkolasg added the enhancement New feature or request label Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant