secure transport abstract

This commit is contained in:
Oskar Thoren 2019-08-29 13:38:41 +02:00
parent 813b47909b
commit bd2681d226
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@
## Abstract
TBD.
This document describes how we provide a secure channel between two peers, and thus provide confidentiality, integrity, authenticity and forward secrecy. It is transport-agnostic and works over asynchronous networks.
It builds on the [X3DH](https://signal.org/docs/specifications/x3dh/) and [Double Ratchet](https://signal.org/docs/specifications/doubleratchet/) specifications, with some adaptations to operate in a decentralized environment.
## Table of Contents