LLFourn / secp256kfun

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

Put ecdsa adaptor signatures under feature flag #68

Closed LLFourn closed 3 years ago

LLFourn commented 3 years ago

I was depending on it and I started to get a transitive dependency on curve25519-dalek through sigma_fun. This makes no sense and I still don't know why but while investigating I felt like fixing this because you shouldn't even need sigma_fun unless you need adaptor signatures.