-
Notifications
You must be signed in to change notification settings - Fork 236
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
SRI - Update Circom Circuit to use Eddsa Signature verification #758
Milestone
Comments
@Therecanbeonlyone1969 Is there any library you recommend for generating Eddsa signatures? I found the following libraries : |
@biscuitdey here you go https://github.com/paulmillr/noble-curves |
@biscuitdey also circomlibjs supports EdDSA sigs such as with MimC e.g.
|
I am using this same library |
Currently blocked by #765 |
10 tasks
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
Previously we accepted only Ecdsa signatures in the SRI because we used Metamask to login and Metamask used Ecdsa signatures. But Ecdsa signature verification inside circom zk circuits is very inefficient & the available alternatives are not widely used (causing issues with interoperability). Keeping these issues in mind, SRI team has decided to use Eddsa signatures.
Reference
PR #752
Tasks
The text was updated successfully, but these errors were encountered: