-
Notifications
You must be signed in to change notification settings - Fork 214
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
circuit to verify an ethereum signature - curve secp256k1 #1
Comments
Resolved! It was a timeout issue! Modifying the title of the issue to ask whether there already is an implementation of ecdsa based on secp256k1. |
We're currently exploring this for interchain swaps - and would love some sample code :) - the Aussie from the fantastic Web3 workshop you guys did :) |
Adds a sponge variant of MiMC
Feat/audit fixes
add new theme for docs, and configuration for it
Minor typo fix
Hey folks,
I am looking for a zkp circuit to verify an ethereum signature. I think that's ECDSA - secp256k1? I need to use for my hackathon project. Is there a implementation for the same already available somewhere?
As a PoC I can use EdDSA signatures as well for my project, however the
EdDSA test
tests in this repo are failing. Can you help me fix them?Thank you.
The text was updated successfully, but these errors were encountered: