ZenGo-X / multi-party-ecdsa

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

update paillier range proof to latest #54

Closed omershlo closed 5 years ago

omershlo commented 5 years ago

we changed range proof ni api [1]. we need to apply this change here as well.

[1] https://github.com/mortendahl/rust-paillier/blob/changes_to_range_proof_ni/src/proof/range_proof_ni.rs

omershlo commented 5 years ago

done