From 4215bd186e507c04c022f8290c05673b23307df7 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 17 May 2021 19:45:46 +0200 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8194833..36ff8e0 100644 --- a/README.md +++ b/README.md @@ -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_ keys derived with _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 _Curve25519_. This mode offers Perfect Forward Secrecy. ## Wire Format & Overhead