Updated docs

This commit is contained in:
Mark Qvist 2021-05-17 14:09:03 +02:00
parent 8478782c18
commit 110e1116e4
4 changed files with 4 additions and 851 deletions

View file

@ -113,8 +113,8 @@ will be displayed as 10 bytes in hexadecimal representation, as in the following
By default Reticulum encrypts all data using public-key cryptography. Any message sent to a
destination is encrypted with that destinations public key. Reticulum can also set up an encrypted
channel to a destination with *Perfect Forward Secrecy* and *Initiator Anonymity* using a elliptic
curve cryptography and ephemeral keys derived from a Diffie Hellman exchange on the SECP256R1 curve.
In Reticulum terminology, this is called a *Link*.
curve cryptography and ephemeral keys derived from a Diffie Hellman exchange on Curve25519. In
Reticulum terminology, this is called a *Link*.
Reticulum also offers symmetric key encryption for group-oriented communications, as well as
unencrypted packets for broadcast purposes, or situations where you need the communication to be in

View file

@ -17,7 +17,7 @@ What does Reticulum Offer?
* Asymmetric RSA encryption and signatures as basis for all communication
* Perfect Forward Secrecy on links with ephemereal Elliptic Curve Diffie-Hellman keys (on the SECP256R1 curve)
* Perfect Forward Secrecy on links with ephemereal Elliptic Curve Diffie-Hellman keys (on Curve25519)
* Reticulum uses the Fernet specification for encryption on links and to group destinations