Skip to content

Commit 5257e00

Browse files
Update workos/utils/crypto_provider.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 2c0d01a commit 5257e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workos/utils/crypto_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
class CryptoProvider:
8-
def encrypt(self, plaintext: bytes, key: bytes, iv: bytes, aad: Optional[bytes]):
8+
def encrypt(self, plaintext: bytes, key: bytes, iv: bytes, aad: Optional[bytes]) -> dict[str, bytes]:
99
encryptor = Cipher(
1010
algorithms.AES(key),
1111
modes.GCM(iv),

0 commit comments

Comments
 (0)