-
Notifications
You must be signed in to change notification settings - Fork 40
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
Use bitcoin::secp256k1
over secp256k1_zkp
#222
Comments
|
I think it would be worth while to convert everything besides the adaptor stuff. Ran into a lot of dependency issues when upgrading ₿itcoin with #223 |
I don't think it's possible, the adaptor signature module uses the types from secp256k1 so if they're not from the same version it won't work. |
Made a PR #226 |
As a pre-req to #221
I don't see a specific reason for using
secp25k1_zkp
The text was updated successfully, but these errors were encountered: