mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24:23 +01:00
Removes hash/cipher configuration and changes AESGCM128 for CHACHA20POLY1305
Updates tests accordingly
This commit is contained in:
@@ -23,9 +23,5 @@ CLIENT_LOG_FILE = "pisa.log"
|
||||
# TEST
|
||||
TEST_LOG_FILE = "test.log"
|
||||
|
||||
# CRYPTO
|
||||
SUPPORTED_HASH_FUNCTIONS = ["SHA256"]
|
||||
SUPPORTED_CIPHERS = ["AES-GCM-128"]
|
||||
|
||||
# LEVELDB
|
||||
DB_PATH = "appointments"
|
||||
|
||||
Reference in New Issue
Block a user