mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-02 03:03:36 -07:00
Cleanup
This commit is contained in:
@@ -53,7 +53,6 @@ class Identity:
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
# Non-configurable constants
|
# Non-configurable constants
|
||||||
FERNET_VERSION = RNS.Cryptography.Fernet.FERNET_VERSION
|
|
||||||
FERNET_OVERHEAD = RNS.Cryptography.Fernet.FERNET_OVERHEAD
|
FERNET_OVERHEAD = RNS.Cryptography.Fernet.FERNET_OVERHEAD
|
||||||
AES128_BLOCKSIZE = 16 # In bytes
|
AES128_BLOCKSIZE = 16 # In bytes
|
||||||
HASHLENGTH = 256 # In bits
|
HASHLENGTH = 256 # In bits
|
||||||
|
|||||||
Reference in New Issue
Block a user