7 lines
112 B
Python
7 lines
112 B
Python
|
|
class Identity:
|
|
# Configure key size
|
|
KEYSIZE = 1536;
|
|
|
|
# Padding size, not configurable
|
|
PADDINGSIZE= 336; |