Updated page

This commit is contained in:
Mark Qvist 2022-07-01 16:49:08 +02:00
parent 4162eef7a0
commit 0a52e0a092

View File

@ -20,6 +20,6 @@ While Reticulum solves the same problem that any network stack does, namely to g
- All encryption keys are ephemeral, and communication offers forward secrecy by default.
- It is not possible to establish unencrypted links in Reticulum networks.
- It is not possible to send unencrypted packets to any destinations in the network.
- Destinations receiving unencrypted packets will reject them as invalid.
- Destinations receiving unencrypted packets will drop them as invalid.
<p align="right"><a href="start.html">Next Topic: Get Started</a></p>