LLFourn / secp256kfun

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

Frost and MuSig joint key Point type parameter #131

Closed nickfarrow closed 1 year ago

nickfarrow commented 1 year ago

Recreating https://github.com/LLFourn/secp256kfun/pull/128 minus the cherry-picked commit from https://github.com/LLFourn/secp256kfun/pull/129/

nickfarrow commented 1 year ago

I believe this PR is ready for merge. I think we will leave cloning nonce_gen into Frost in a later PR.