taurushq-io / multi-party-sig

Implementation of protocols for threshold signatures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMP Keygen stalls in round 4

cronokirby opened this issue · comments

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.