2
0
mirror of https://github.com/LonamiWebs/Telethon synced 2025-08-23 02:17:34 +00:00
telethon/typings/cryptg.pyi
2024-03-16 19:20:01 +01: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: ...