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

Pedersen DKG implementation questions #2512

Open
pool2win opened this issue Sep 6, 2024 · 1 comment
Open

Pedersen DKG implementation questions #2512

pool2win opened this issue Sep 6, 2024 · 1 comment

Comments

@pool2win
Copy link

pool2win commented Sep 6, 2024

Couple of questions about Pedersen'd DKG:

  1. Looking at
    errs := o.Broadcast(&Init{Wait: o.Wait})
    and then the SendToTreeNode implementation I am not clear if you are using private and reliable broadcast channels as required for Pedersen DKG.

We do need to send s_{ij} secretly from i to j.

image

  1. Have you covered the situation when a faulty process sends bad shares? Do we detect such failures?
@ineiti
Copy link
Member

ineiti commented Sep 6, 2024

That looks like a great question :) I think that this repository should be archived - what do you think, @pierluca ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants