Reticulum/FPE/Identity.py

7 lines
112 B
Python
Raw Normal View History

2018-03-16 09:50:37 +00:00
class Identity:
# Configure key size
KEYSIZE = 1536;
# Padding size, not configurable
PADDINGSIZE= 336;