revault / practical-revault

Version 0 specifications for a Revault deployment
Creative Commons Attribution 4.0 International
33 stars 9 forks source link

Transport: specify exactly how messages are exchanged #97

Open darosior opened 3 years ago

darosior commented 3 years ago

Re-implementing it in Python i forgot that eg we encrypt both the header and the body of the message. We should define the (pretty simple) transport protocol for it to be re-implementable from this repo without requiring to look up the source code.