mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-03 15:14:53 -04:00
Before Identity restructure
This commit is contained in:
parent
be8fa4f7bb
commit
5fcbb5d338
16 changed files with 128 additions and 20 deletions
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;
|
Loading…
Add table
Add a link
Reference in a new issue