sBTC Research - DKG Signing Parallelization / Performance #317
Replies: 3 comments
-
Currently under investigation by @xoloki |
Beta Was this translation helpful? Give feedback.
-
This raises some interesting questions though. When doing A further question is how to handle signers who indicate they are willing to sign both We could also use this simpler algorithm to run multiple signing rounds, not just multiple possible votes. The map becomes nested, and each top-level key represents a different round. This assumes that we know we need to hold multiple votes at the same time, each of which has multiple options. |
Beta Was this translation helpful? Give feedback.
-
After discussing with @jcnelson, we only care about getting a bitmap in the case where we can't reach threshold on either yes or no. So the following algorithm will suffice:
|
Beta Was this translation helpful? Give feedback.
-
This is a research discussion post meant to be edited with research notes surrounding making the DKG signing implemented in parallel.
The primary concerns are:
Beta Was this translation helpful? Give feedback.
All reactions