LLFourn / secp256kfun

A pure-rust secp256k1 library optimised for fun
BSD Zero Clause License
101 stars 29 forks source link

Implement MuSig2 multisignature scheme #80

Closed LLFourn closed 2 years ago

LLFourn commented 2 years ago

Sort of compatible with: https://github.com/ElementsProject/secp256k1-zkp/pull/131

relevant new code is in musig.rs the rest is just yak shaving.