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

Add feature to choose between GG18/CCLST19/L17 protocols #77

Open omershlo opened 4 years ago

omershlo commented 4 years ago

Consumers of the app probably want to use a single protocol. They should be able to choose which one and build only for him. Currently there's a single feature to enable CCLST19 on top of GG18 and L17