We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b52bf6 commit ad28fd9Copy full SHA for ad28fd9
yoti_python_sdk/digital_identity/receipts/crypto/utils.py
@@ -3,8 +3,7 @@
3
from cryptography.hazmat.backends import default_backend
4
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes
5
6
-from ..proto import EncryptedData_pb2
7
-
+from yoti_python_sdk.protobuf.common_public_api import EncryptedData_pb2
8
def decrypt_receipt_content(content, receipt_content_key):
9
if not content:
10
return None
0 commit comments