First commands with basic structure.

- Moves DBManager to common.
This commit is contained in:
Sergi Delgado Segura
2020-04-09 17:45:34 +02:00
parent b5c587b7c5
commit ed8ff228d8
15 changed files with 603 additions and 6 deletions

View File

@@ -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: