Updated readme

This commit is contained in:
Mark Qvist 2020-12-09 22:23:54 +01:00
parent 91f7b1ebde
commit 0c32bbcb68
2 changed files with 2 additions and 2 deletions

View File

@ -824,7 +824,7 @@ pre {
<p>If a message is delivered to the Reticulum GROUP destination type, the message will be transported using <em>AES-128</em> encryption.</p>
</li>
<li>
<p>If a message is delivered over a Reticulum link (which is the default method), the message will be encrypted with <em>ephemeral ECDH</em> on the <em>SECP256R1</em> curve. This mode offers Perfect Forward Secrecy.</p>
<p>If a message is delivered over a Reticulum link (which is the default method), the message will be encrypted with <em>ephemeral</em> keys derived with <em>ECDH</em> on the <em>SECP256R1</em> curve. This mode offers Perfect Forward Secrecy.</p>
</li>
</ul>
<h2>

View File

@ -80,7 +80,7 @@ LXMF uses encryption provided by [Reticulum](https://github.com/markqvist/reticu
- If a message is delivered to the Reticulum GROUP destination type, the message will be transported using _AES-128_ encryption.
- If a message is delivered over a Reticulum link (which is the default method), the message will be encrypted with _ephemeral ECDH_ on the _SECP256R1_ curve. This mode offers Perfect Forward Secrecy.
- If a message is delivered over a Reticulum link (which is the default method), the message will be encrypted with _ephemeral_ keys derived with _ECDH_ on the _SECP256R1_ curve. This mode offers Perfect Forward Secrecy.
## Wire Format & Overhead