-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add ecdsa adaptor #11
Add ecdsa adaptor #11
Conversation
3becc42
to
9658de2
Compare
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.
Thanks for the contribution @Tibo-lg!
Definitely most welcome :)
I've left some comments regarding naming, unsafe
-block size and very importantly: panic behaviour.
9658de2
to
2202709
Compare
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.
Thanks for working in the comments and adding all these tests!
I've left some more feedback. Everything related to the tests is more of a nit though !
@jonasnick Can you also have a look at this please?
Confirmed that 7637c2e is the result of vendoring BlockstreamResearch/secp256k1-zkp@f3708a1. |
55df7d2
to
0229236
Compare
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.
Thank you!
Just one more typo in the docs!
Otherwise happy to merge this.
I'll give @jonasnick a couple of days in case he wants to have a look as well!
0229236
to
1830ec6
Compare
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.
utACK 1830ec6
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.
Very nice!
ACK mod nits
1830ec6
to
e009a51
Compare
e009a51
to
309bbb4
Compare
Rebased on a7409c9 |
tACK 309bbb4 Verified locally that f9b8dc7 just vendors BlockstreamResearch/secp256k1-zkp@f3708a1 and does nothing else. |
ACK 309bbb4 |
As ECDSA adaptor signatures PR has been merged upstream (BlockstreamResearch/secp256k1-zkp#117) I tried to port the code I had for them in a fork of rust-secp256k1 here (hoping that it could be useful to others).