ZenGo-X / multi-party-ecdsa

Rust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).
GNU General Public License v3.0
963 stars 310 forks source link

Move libsecp256k1 to dev-dependencies. #169

Closed tmpfs closed 2 years ago

tmpfs commented 2 years ago

For more clarity on it's purpose as the older version of libsecp256k1 is vulnerable to https://rustsec.org/advisories/RUSTSEC-2021-0076.html at least people know now that vulnerability does not apply to the library itself.

elichai commented 2 years ago

Thanks. But merged https://github.com/ZenGo-X/multi-party-ecdsa/pull/171 instead