mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-03 23:33:38 -07:00
Removed legacy encryption modes. Default to AES-256 for links and packets.
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ class Link:
|
||||
MODE_PQ_RESERVED_3 = 0x06
|
||||
MODE_PQ_RESERVED_4 = 0x07
|
||||
ENABLED_MODES = [MODE_AES128_CBC, MODE_AES256_CBC]
|
||||
MODE_DEFAULT = MODE_AES128_CBC
|
||||
MODE_DEFAULT = MODE_AES256_CBC
|
||||
MODE_DESCRIPTIONS = {MODE_AES128_CBC: "AES_128_CBC",
|
||||
MODE_AES256_CBC: "AES_256_CBC",
|
||||
MODE_AES256_GCM: "MODE_AES256_GCM",
|
||||
|
||||
Reference in New Issue
Block a user