Use cryptg when available

This commit is contained in:
Lonami Exo
2023-09-17 22:48:17 +02:00
parent 495de58925
commit 6f6618f251
2 changed files with 15 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
def encrypt_ige(plaintext: bytes, key: bytes, iv: bytes, /) -> bytes: ...
def decrypt_ige(ciphertext: bytes, key: bytes, iv: bytes, /) -> bytes: ...