Add Musig2 Support for FFM - #421
Conversation
755c10f to
a3e3b19
Compare
|
Added in all the BIP-327 test vectors. It is certainly possible there is a much better way of parsing the |
|
I was able to use |
7027c16 to
3f3de4c
Compare
|
The failing tests are most likely because the Ubuntu 24.04 GItHub Actions runners are using libsecp256k1 4a91bb3 updates to Ubuntu 26.04 (which has libsecp |
9a27911 to
921f429
Compare
|
Began cleaning up API by creating interfaces and impls for new return types. There needs to be someway to handle libsec's opaque data structures (namely |
f44ee2f to
2671373
Compare
|
First glance at rebase looks good! Thanks! |
Basic musig signing capabilities implemented and tested using the BIP-327 test vectors.
Things needed before merge: