paritytech / libsecp256k1

Pure Rust Implementation of secp256k1.
Apache License 2.0
172 stars 84 forks source link

Consider renaming the crate #109

Open Kixunil opened 2 years ago

Kixunil commented 2 years ago

The crate has exact same name as a very popular C library. This could cause confusion, possibly even security implications. I suggest renaming to rsecp256k1 but any other non-conflicting name should be fine.