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

replace all assert! and assert_eq! in GG #73

Open omershlo opened 5 years ago

omershlo commented 5 years ago

example: https://github.com/KZen-networks/multi-party-ecdsa/blob/master/src/protocols/multi_party_ecdsa/gg_2018/party_i.rs#L202

Should be replaced with an Err returned to the caller