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

how to export the pubkey when use gg18_keygen_client ? #90

Closed
paizzj opened this issue Feb 16, 2020 · 3 comments
Closed

how to export the pubkey when use gg18_keygen_client ? #90

paizzj opened this issue Feb 16, 2020 · 3 comments

Comments

@paizzj
Copy link

paizzj commented Feb 16, 2020

follow the multi-party-ecdsa demo, when keygen use gg18_keygen_client, the output file keys.store, that is a json file.
what's the mean of all fields ? especially how to generate the pubkey based on keys.store file ?

@omershlo
Copy link
Contributor

omershlo commented Feb 16, 2020

Hi,

The fields are basically the outputs of the distributed key generation of GG19 (https://github.com/KZen-networks/multi-party-ecdsa/blob/master/docs/gg19.pdf).
It is pretty much 1:1 with the paper.

As part of the key generation each party must learn the joint public key.
The last field in the json is this public key. Make sure that it is the same value for all parties.

Please let me know if you have more questions or need more details.

@paizzj
Copy link
Author

paizzj commented Feb 16, 2020

thanks a lot.

@paizzj paizzj closed this as completed Feb 16, 2020
@elpddev
Copy link

elpddev commented May 22, 2022

Thank you for a great library.

How to take the last part that is the number array and convert it to public key?

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