diff options
Diffstat (limited to 'postgresqleu/trustlypayment/api.py')
-rw-r--r-- | postgresqleu/trustlypayment/api.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/postgresqleu/trustlypayment/api.py b/postgresqleu/trustlypayment/api.py index c5669f63..24bed615 100644 --- a/postgresqleu/trustlypayment/api.py +++ b/postgresqleu/trustlypayment/api.py @@ -3,9 +3,9 @@ from uuid import uuid4 from time import time from datetime import timedelta from decimal import Decimal -from Crypto.Signature import PKCS1_v1_5 -from Crypto.Hash import SHA -from Crypto.PublicKey import RSA +from Cryptodome.Signature import PKCS1_v1_5 +from Cryptodome.Hash import SHA +from Cryptodome.PublicKey import RSA import base64 import requests |