diff --git a/README.md b/README.md index 9f1ead7..f34d20d 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,15 @@ Your [contributions](contributing.md) are welcomed. - [Double Ratchet](https://signal.org/docs/specifications/doubleratchet/) - two-party protocol to exchange encrypted messages based on shared key +- [Bramble Transport Protocol](https://code.briarproject.org/briar/briar-spec/blob/master/protocols/BTP.md) - transport layer security protocol for delay-tolerant networks, provides secure channel between two endpoints + +- [Bramble Synchronisation Protocol](https://code.briarproject.org/briar/briar-spec/blob/master/protocols/BSP.md) - data synchronisation protocol for delay-tolerant networks + +## Trust establishment - [X3DH](https://signal.org/docs/specifications/x3dh/) - two-party asynchronous key agreement protocol +- [Bramble QR Code Protocol](https://code.briarproject.org/briar/briar-spec/blob/master/protocols/BQP.md) - in-person key agreement protocol to establish a shared secret + ## Anonymity - [The Differences Between Onion Routing and Mix Networks](https://crypto.is/blog/mix_and_onion_networks) - brief comparison