Update home

akwizgran
2018-03-22 12:45:38 +00:00
parent 8f265889a5
commit 3fcf199e23

@@ -5,6 +5,7 @@ If the Internet's down, Briar can sync via Bluetooth or Wi-Fi, keeping the infor
Feel free to edit this wiki! Your contributions are appreciated.
# Protocol
* [A Quick Overview of the Protocol Stack](A-Quick-Overview-of-the-Protocol-Stack)
* [BDF](https://code.briarproject.org/akwizgran/briar-spec/blob/master/BDF.md) - a structured data format
* [BQP](https://code.briarproject.org/akwizgran/briar-spec/blob/master/protocols/BQP.md) - a key agreement protocol
* [BTP](https://code.briarproject.org/akwizgran/briar-spec/blob/master/protocols/BTP.md) - a transport layer security protocol for delay-tolerant networks
@@ -13,6 +14,7 @@ Feel free to edit this wiki! Your contributions are appreciated.
# Architecture and Clients
* [Threat Model](threat-model)
* [Application Lifecyle](application-lifecycle)
* [Client API Notes](ClientApiNotes)
* Some thoughts on [how RPC could be implemented as a BSP client](RpcNotes)
* [Transport Client](TransportClient)