Skip to content

Commit ad28fd9

Browse files
committed
SDK-2242 added missing files
1 parent 6b52bf6 commit ad28fd9

File tree

1 file changed

+1
-2
lines changed
  • yoti_python_sdk/digital_identity/receipts/crypto

1 file changed

+1
-2
lines changed

yoti_python_sdk/digital_identity/receipts/crypto/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
from cryptography.hazmat.backends import default_backend
44
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes
55

6-
from ..proto import EncryptedData_pb2
7-
6+
from yoti_python_sdk.protobuf.common_public_api import EncryptedData_pb2
87
def decrypt_receipt_content(content, receipt_content_key):
98
if not content:
109
return None

0 commit comments

Comments
 (0)