This commit is contained in:
Mark Qvist 2018-04-08 13:41:03 +02:00
parent 07814919f2
commit 5f7694afdd
3 changed files with 5 additions and 5 deletions

View file

@ -15,11 +15,11 @@ from cryptography.hazmat.primitives.asymmetric import padding
class Identity:
# Configure key size
KEYSIZE = 1536;
DERKEYSIZE = 1808;
KEYSIZE = 1536
DERKEYSIZE = 1808
# Padding size, not configurable
PADDINGSIZE= 336;
PADDINGSIZE= 336
# Storage
known_destinations = {}