Telethon/stubs/cryptg.pyi
2023-09-17 22:48:17 +02:00

3 lines
149 B
Python

def encrypt_ige(plaintext: bytes, key: bytes, iv: bytes, /) -> bytes: ...
def decrypt_ige(ciphertext: bytes, key: bytes, iv: bytes, /) -> bytes: ...