mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-01-12 10:54:21 +01:00
10 lines
208 B
Python
10 lines
208 B
Python
# PISA-SERVER
|
|
DEFAULT_PISA_API_SERVER = '35.177.25.32'
|
|
DEFAULT_PISA_API_PORT = 9814
|
|
|
|
# PISA-CLI
|
|
CLIENT_LOG_FILE = 'pisa.log'
|
|
|
|
# CRYPTO
|
|
SUPPORTED_HASH_FUNCTIONS = ["SHA256"]
|
|
SUPPORTED_CIPHERS = ["AES-GCM-128"] |