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

Adding DKG support #13

Open
alonmuroch opened this issue Dec 27, 2022 · 1 comment
Open

Adding DKG support #13

alonmuroch opened this issue Dec 27, 2022 · 1 comment

Comments

@alonmuroch
Copy link

How hard will it be to add to this CLI the ability to run DKG as well?

I'm thinking:

We add a DKG node mode to the cli that opens up a P2P connections to DKG participants (via ENR)
When all online the ceremony starts following the repo below (it has all the steps in it, use the existing operator encryption key for communication)
DKG finishes, a final step for signing the deposit data starts.
all peers sign the pre-defined deposit data, session ends
It will take some work but will open up an independent DKG implementation which is super useful and cool!

https://github.com/drand/kyber/tree/master/share/dkg

@shanejearley
Copy link

shanejearley commented Jan 17, 2023

@alonmuroch we're currently using this package for a trusted key generation in the initial testnet version of casimir, and we are interested in helping to add this DKG implementation and then to use it for our second testnet release – we are on the same page with the ceremony steps noted above (your team introduced us to the challenge of trying to figure out how to reshare at the right time).

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

3 participants
@alonmuroch @shanejearley and others