You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
what is the best way to serialize / desialize in this case?
take the output messages from each protocol (keygen, sign, rotate, chain code etc) and serialize them
take the input messages from each protocol and deserialize them.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: