diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-05-19 17:22:11 +0200 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-05-19 17:22:11 +0200 |
commit | cf544c81508690a6b0318134cf4a299910e1e13c (patch) | |
tree | d04b7e823f224bbc3e3576eae5832e75fb921043 /content/en/docs | |
parent | c2e85f56cf99652fea1fc0d88cc36f819739920b (diff) | |
download | website-cf544c81508690a6b0318134cf4a299910e1e13c.tar.gz website-cf544c81508690a6b0318134cf4a299910e1e13c.zip |
content: Emphasize encryption of FRCP
Diffstat (limited to 'content/en/docs')
-rw-r--r-- | content/en/docs/Overview/_index.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/content/en/docs/Overview/_index.md b/content/en/docs/Overview/_index.md index fe5e36c..9fd9970 100644 --- a/content/en/docs/Overview/_index.md +++ b/content/en/docs/Overview/_index.md @@ -51,13 +51,14 @@ Some of the main _features_ are: * The Ouroboros end-to-end protocol performs flow control, error control and reliable transfer and is implemented as part of the - _application library_. Sequence numbers, acknowledgments, flow control - windows... The last thing the application does (or should do) is - encrypt everything before it hands it to the network layer for - delivery. With this functionality in the library, it's easy to force - encryption on _every_ flow that is created from your machine over - Ouroboros regardless of what the application programmer has - requested. + _application library_. Sequence numbers, acknowledgments, flow + control windows... The last thing the application does (or should + do) is encrypt everything before it hands it to the network layer + for delivery. With this functionality in the library, it's easy to + force encryption on _every_ flow that is created from your machine + over Ouroboros regardless of what the application programmer has + requested. Unlike TLS, the end-to-end header (sequence number etc) + is fully encrypted. * The flow allocation API works as an interface to the network. An Ouroboros network layer is therefore "aware" of all traffic that it |