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

GG20 #96

Closed omershlo closed 4 years ago

omershlo commented 4 years ago

This is an implementation of One Round Threshold ECDSA with Identifiable Abort. For any fail in the protocol, we start a second "blame" protocol, depends on where the error occurred. The output is a list of malicious parties who cheated in the original run

omershlo commented 4 years ago

TODO list: