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

implement serialize and deserialise #10

Open
omershlo opened this issue Nov 14, 2018 · 0 comments
Open

implement serialize and deserialise #10

omershlo opened this issue Nov 14, 2018 · 0 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@omershlo
Copy link
Contributor

The purpose of the code in KMS is to take a cryptographic protocol and to construct the actual messages that are supposed to be send among the participants.

  • In order.
  • without breaking the cryptography.
  • Minimizing the round trips as much as possible
  1. what is the best way to serialize / desialize in this case?
  2. take the output messages from each protocol (keygen, sign, rotate, chain code etc) and serialize them
  3. take the input messages from each protocol and deserialize them.
@omershlo omershlo added help wanted Extra attention is needed question Further information is requested labels Nov 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant