Skip to content

Make doerner18 configs serializable #122

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Konubinix
Copy link

This is the same pull request as #116 , but from a repository actually owned by my company.

In my company, we needed to persist the result of the doerner18 dkg so that we can sign later on.

To do so, we needed to be able to serialize the Setup generated during the dkg.

This pull requests makes this possible.

I assume that this pull request is far from being ready for merge, but I'm starting the conversation and hoping that you will point me to the changes to be made to eventually be able to merge this upstream.

We are currently using that version of the code in our stack. So far, it works pretty well. We can run key generations and later perform signatures using the marshaled shares without any issue.

Those are needed to serialize the ConfigSender and ConfigReceiver.
… ConfigReceiver

This is useful in case one wants to persist the result of the key generation to
sign later.
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

Successfully merging this pull request may close these issues.

1 participant