Telethon/typings/cryptg.pyi

3 lines
149 B
Python
Raw Normal View History

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