mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 06:04:21 +01:00
First commands with basic structure.
- Moves DBManager to common.
This commit is contained in:
@@ -278,7 +278,7 @@ class Cryptographer:
|
||||
return None
|
||||
|
||||
if not isinstance(sk, PrivateKey):
|
||||
logger.error("The value passed as sk is not a private key (EllipticCurvePrivateKey)")
|
||||
logger.error("The value passed as sk is not a private key (PrivateKey)")
|
||||
return None
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user