Skip to content

Commit

Permalink
SDK-2242 added missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-yoti committed Oct 24, 2024
1 parent 6b52bf6 commit ad28fd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions yoti_python_sdk/digital_identity/receipts/crypto/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
from cryptography.hazmat.backends import default_backend
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes

from ..proto import EncryptedData_pb2

from yoti_python_sdk.protobuf.common_public_api import EncryptedData_pb2
def decrypt_receipt_content(content, receipt_content_key):
if not content:
return None
Expand Down

0 comments on commit ad28fd9

Please sign in to comment.