mirror of
https://github.com/markqvist/LXMF.git
synced 2025-07-09 16:39:22 -04:00
Reticulum moved to Curve25519
This commit is contained in:
parent
ca55c1fd7a
commit
62d79b627f
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class LXMessage:
|
|||
# Descriptive strings regarding transport encryption
|
||||
ENCRYPTION_DESCRIPTION_RSA = "RSA-"+str(RNS.Identity.KEYSIZE)
|
||||
ENCRYPTION_DESCRIPTION_AES = "AES-128"
|
||||
ENCRYPTION_DESCRIPTION_EC = "EC-SECP256R1"
|
||||
ENCRYPTION_DESCRIPTION_EC = "Curve25519+Fernet"
|
||||
ENCRYPTION_DESCRIPTION_UNENCRYPTED = "Unencrypted"
|
||||
|
||||
def __str__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue