LLFourn / secp256kfun

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

[musig] keypairs never need negation #96

Closed LLFourn closed 1 year ago

LLFourn commented 2 years ago

Since we do the negation check when we create them. We can assume this if take a KeyPair when signing instead. I think this is more in the spirit of the library. I might be about to change this back but I wanted to commit in master with it like this in there.

nickfarrow commented 2 years ago

makes sense, LGTM!

LLFourn commented 1 year ago

superseded by #100