Updated docs

This commit is contained in:
Mark Qvist 2021-05-17 14:10:47 +02:00
parent 110e1116e4
commit fc2ec6ad08
10 changed files with 1978 additions and 373 deletions

View file

@ -52,7 +52,7 @@
<li><p>Coordination-less globally unique adressing and identification</p></li>
<li><p>Fully self-configuring multi-hop routing</p></li>
<li><p>Asymmetric RSA encryption and signatures as basis for all communication</p></li>
<li><p>Perfect Forward Secrecy on links with ephemereal Elliptic Curve Diffie-Hellman keys (on the SECP256R1 curve)</p></li>
<li><p>Perfect Forward Secrecy on links with ephemereal Elliptic Curve Diffie-Hellman keys (on Curve25519)</p></li>
<li><p>Reticulum uses the Fernet specification for encryption on links and to group destinations</p>
<ul>
<li><p>AES-128 in CBC mode with PKCS7 padding</p></li>