-
Notifications
You must be signed in to change notification settings - Fork 37
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
Schnorr: final changes #161
base: v0.2
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## v0.2 #161 +/- ##
==========================================
+ Coverage 99.47% 99.76% +0.29%
==========================================
Files 1 1
Lines 755 869 +114
==========================================
+ Hits 751 867 +116
+ Misses 4 2 -2
Continue to review full report at Codecov.
|
5cb78a7
to
a74f824
Compare
looks like the new secp256k1_xonly_* functions will be part of the main secp256k1 module. For now, switching to the schnorrsig commit for all test builds. |
eac8337
to
b3110de
Compare
And add relevant functions, which are now included in main library (tested)
…f using secp256k1_pubkey type
Bringing the schnorr api up to date with the latest upstream changes.
Adds
secp256k1_xonly_pubkey
, a special type used by the schnorrsig module. Following upstream, this resource type and associated functions are now exposed in secp256k1.h (so the main library)