LLFourn / secp256kfun

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

Shove extra ecdsa_fun dependencies into adaptor feature #71

Closed LLFourn closed 3 years ago

LLFourn commented 3 years ago

Was depending on ed25519-dalek accidentally because I didn't understand how cargo features worked. rust-lang/cargo#8832 needs to be stabilized before doing this properly.