Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EFM] Modify implementors of protocol.DKG to use IndexMap #6321

Closed
Tracked by #6214
durkmurder opened this issue Aug 12, 2024 · 0 comments
Closed
Tracked by #6214

[EFM] Modify implementors of protocol.DKG to use IndexMap #6321

durkmurder opened this issue Aug 12, 2024 · 0 comments
Assignees
Labels
Protocol Team: Issues assigned to the Protocol Pillar. S-Consensus

Comments

@durkmurder
Copy link
Member

durkmurder commented Aug 12, 2024

Context

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.
  • Update generated unit test fixtures.
  • Update tests.

For extra details refer to parent issue: #6214

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Protocol Team: Issues assigned to the Protocol Pillar. S-Consensus
Projects
None yet
Development

No branches or pull requests

2 participants