LLFourn / secp256kfun

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

MuSig rework - API design like FROST #94

Closed nickfarrow closed 2 years ago

nickfarrow commented 2 years ago

Make MusiG API more like FROST implementation in https://github.com/LLFourn/secp256kfun/pull/84

ALSO

This PR does not include tweak tests, and is not yet compatible with the BIP. The changes and tests for the ordinary tweaks will follow in a separate PR.

LLFourn commented 2 years ago

Nice work. I pushed a commit to fix up comments.