ZenGo-X / multi-party-ecdsa

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

Bump Curv #107

Closed omershlo closed 3 years ago

omershlo commented 3 years ago

Current tag of Curv used in this repo is v0.2.4. Since tag v0.5.0 we got rid of using feature to specify the curve used (current Curv tag is v0.5.4).

To bump Curv it is required to bump the Paillier dependencies (rust-paillier, zk-paillier)