libwally-core icon indicating copy to clipboard operation
libwally-core copied to clipboard

Musig2 support

Open Sjors opened this issue 2 years ago • 1 comments

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?

Sjors avatar Oct 20 '21 15:10 Sjors

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.

jgriffiths avatar Oct 21 '21 00:10 jgriffiths