Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Nov 18, 2024
1 parent d318bc3 commit 331b9f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awscrt/crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def new_public_key_from_der_data(pem_data: Union[str, bytes, bytearray, memoryvi
"""
return RSA(binding=_awscrt.rsa_public_key_from_der_data(pem_data))


def encrypt(self, encryption_algorithm: RSAEncryptionAlgorithm,
plaintext: Union[bytes, bytearray, memoryview]) -> bytes:
"""
Expand Down

0 comments on commit 331b9f0

Please sign in to comment.