forked from microsoft/Spartan
-
Notifications
You must be signed in to change notification settings - Fork 6
Implement the verification gadget #38
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request