Remote Decrypting Guardians and RPC calls #87
JohnLCaron
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is part 2 of the Remote Guardian refactor (also see #84), documenting my take on the minimal state and message exchange needed by the Guardian during decryption.
DecryptingGuardian state that needs to be persisted between the key ceremony and the decryption:
In what follows, I assume it may be advantageous to ask for multiple decryptions in a single message, rather than sending separate messages, eg one for each selection. Its up to the DecryptingGuardian to return these in the order received, though one could add an identifier if needed.
Remote procedure calls that are minimally needed. I'm using grpc/protobuf notation, but I think the ideas should be clear for any implementation:
Beta Was this translation helpful? Give feedback.
All reactions