-
Notifications
You must be signed in to change notification settings - Fork 316
Open
Description
I have 5 participants and threshold 3. Why doesn't the updater move to the next round if 4 messages are received, since that's enough to assemble the key? The keys were generated with threshold 3.
Essentially, threshold is a completely unnecessary parameter right now. The only thing it can be used for is static assembly of NewParameters, but to move to the next round we always need len(parties) messages, not threshold!
Metadata
Metadata
Assignees
Labels
No labels