2
0
mirror of https://github.com/LonamiWebs/Telethon synced 2025-08-23 10:27:40 +00:00
telethon/typings/cryptg.pyi

3 lines
149 B
Python
Raw Permalink Normal View History

2023-09-17 22:48:17 +02:00
def encrypt_ige(plaintext: bytes, key: bytes, iv: bytes, /) -> bytes: ...
def decrypt_ige(ciphertext: bytes, key: bytes, iv: bytes, /) -> bytes: ...