ZenGo-X / emerald-city

WASM/HW-friendly lightweight client application for threshold ECDSA
GNU General Public License v3.0
15 stars 6 forks source link

A question about the efficiency #15

Closed SipengXie closed 4 years ago

SipengXie commented 4 years ago

When I use cargo test, this project runs a little bit slowly. What may cause the problem? test_sign_n5_t2_ttag4 has been running for over 60 seconds

omershlo commented 4 years ago

Hi, to be honest, its been a while since we updated this code. The protocol itself is slow and in this repo we made all sort of compromises since the goal was to enable the code to run in different environments. Can you try to see if this code: https://github.com/KZen-networks/multi-party-ecdsa helps you in your project?

SipengXie commented 4 years ago

Thank you!