mirror of
https://github.com/markqvist/LXMF.git
synced 2025-01-14 08:29:29 -05:00
Reticulum moved to Curve25519
This commit is contained in:
parent
ca55c1fd7a
commit
62d79b627f
@ -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…
Reference in New Issue
Block a user