From 3fcf199e2330d5c83008a243dddfee3dec8204eb Mon Sep 17 00:00:00 2001 From: akwizgran Date: Thu, 22 Mar 2018 12:45:38 +0000 Subject: [PATCH] Update home --- home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home.md b/home.md index 593ac70..dd10cf8 100644 --- a/home.md +++ b/home.md @@ -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)