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