taurushq-io / multi-party-sig

Implementation of protocols for threshold signatures
Apache License 2.0
311 stars 120 forks source link

CMP Keygen stalls in round 4 #44

Closed cronokirby closed 3 years ago

cronokirby commented 3 years ago

Occasionally, the TestKeygen function will stall in round 4. This isn't a computation taking an unluckily long time, and most likely some kind of deadline from the way we orchestrate the test.

I wonder if using the helper framework would eliminate this bug.