reticulum/FPE/Identity.py

7 wiersze
112 B
Python

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