-
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
Stop treating ECDH as experimental #809
Conversation
ACK, I think it's well tested and the API is sufficiently generic that I don't expect it needing changes any time soon. |
Nice, ACK. |
ACK 5a81a2a |
5a81a2a
to
2254932
Compare
rebased |
and schnorrsig :) |
ACK 14392d6 |
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.
ACK 14392d6 code review, did not test
utACK 14392d6, but needs rebase |
14392d6
to
e6e3d5d
Compare
rebased |
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.
ACK e6e3d5d
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.
ACK e6e3d5d
Summary: Backport of secp256k1 [[bitcoin-core/secp256k1#809 | PR809]]. Depends on D8044. Test Plan: ./autogen.sh mkdir build && cd build ../configure --enable-module-ecdh=yes make check Reviewers: #bitcoin_abc, deadalnix Reviewed By: #bitcoin_abc, deadalnix Differential Revision: https://reviews.bitcoinabc.org/D8049
Summary: Backport of secp256k1 [[bitcoin-core/secp256k1#809 | PR809]]. Depends on D8044. Test Plan: ./autogen.sh mkdir build && cd build ../configure --enable-module-ecdh=yes make check Reviewers: #bitcoin_abc, deadalnix Reviewed By: #bitcoin_abc, deadalnix Differential Revision: https://reviews.bitcoinabc.org/D8049
Fixes #665