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

compare GG18 keygen and signing to tss-lib #84

Open omershlo opened 4 years ago

omershlo commented 4 years ago

https://github.com/binance-chain/tss-lib implements GG18. We would like to add benchmarks and comparison to tss-lib key generation and signing run locally between different t and n parameters.

Benchmark code for this library exists: https://github.com/KZen-networks/multi-party-ecdsa/tree/master/benches/multi_party_ecdsa/gg18