Schnorr: final changes#161
Open
afk11 wants to merge 9 commits intoBit-Wasp:v0.2from
Open
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
Member
Author
|
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)