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

implement StateMachine for GG20 signatures #108

Closed omershlo closed 3 years ago

omershlo commented 3 years ago

Work is done in this branch: https://github.com/ZenGo-X/multi-party-ecdsa/tree/exp_state_machine As part of upgrading the network stack we are moving into using round_based crate. GG20 is already ported and it is required to follow the same blueprint to port GG20 signing.