threefoldtech / rmb-rs

RMB implementation in rust
Apache License 2.0
3 stars 1 forks source link

e2e prepration #112

Closed muhamadazmy closed 1 year ago

muhamadazmy commented 1 year ago

This PR does not implement E2E encryption yet! but it does the required changes to the envelope type to support it. The idea is that the payload part of the message is not related to the message type (request, response, or error) hence encryption or decryption of the payload is done without the need to know the message type.

ashraffouda commented 1 year ago

LGTM