You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently implementors of protocol.DKG rely on the fact that there are equal numbers of keys and consensus committee members, and if $C$ is ordered according to canonical ordering, then $K[i]$ is the key for $C[i]$. Extend current implementation to rely on IndexMap to obtain correct DKG index and respective key share.
Definition of done
Implementors of protocol.DKG use IndexMap to retrieve correct key share.
Context
Currently implementors of$C$ is ordered according to canonical ordering, then $K[i]$ is the key for $C[i]$ . Extend current implementation to rely on
protocol.DKG
rely on the fact that there are equal numbers of keys and consensus committee members, and ifIndexMap
to obtain correct DKG index and respective key share.Definition of done
protocol.DKG
useIndexMap
to retrieve correct key share.For extra details refer to parent issue: #6214
The text was updated successfully, but these errors were encountered: