mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-12 00:11:12 -04:00
Cleanup
This commit is contained in:
parent
07814919f2
commit
5f7694afdd
3 changed files with 5 additions and 5 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue