-
Notifications
You must be signed in to change notification settings - Fork 1k
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
ecdsa adaptor sigs [WIP] #861
ecdsa adaptor sigs [WIP] #861
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really cool - thank you for taking it over.
The current consensus is that this library should focus on the demands of Bitcoin Core. Modules outside of that focus can go into the libsecp-zkp fork. I initially wrote this code on top of libsecp, because libsecp-zkp was not up-to-date with the most recent libsecp. But that's not the case anymore and we have mechanisms in place now to bring libsecp-zkp in sync. Therefore, I'd recommend to rebase on top of libsecp-zkp (which should be very straightforward) and open a PR there.
@jonasnick Thanks for the heads-up! I will re-open the PR in libsecp-zkp. |
No description provided.