mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-27 10:04:48 -07:00
Before Identity restructure
This commit is contained in:
7
FPE/Identity.py
Normal file
7
FPE/Identity.py
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
class Identity:
|
||||
# Configure key size
|
||||
KEYSIZE = 1536;
|
||||
|
||||
# Padding size, not configurable
|
||||
PADDINGSIZE= 336;
|
||||
Reference in New Issue
Block a user