Reticulum/FPE/Identity.py
2018-03-16 10:50:37 +01:00

7 lines
112 B
Python

class Identity:
# Configure key size
KEYSIZE = 1536;
# Padding size, not configurable
PADDINGSIZE= 336;