ElementsProject / libwally-core

Useful primitives for wallets
Other
281 stars 135 forks source link

Musig2 support #300

Open Sjors opened 2 years ago

Sjors commented 2 years ago

https://github.com/ElementsProject/secp256k1-zkp/pull/131 adds MuSig2 support to secp256k1-zkp. According to its documentation the interface is "designed to be misuse resistant". Is there anything libwally-core can add to this? Or should consumers just call the secp256k1 methods directly?

jgriffiths commented 2 years ago

We will wrap the interface for wally no doubt, in order to provide a consistent interface/multi-lang support. I doubt we can make the API any harder to misuse though.