mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2026-09-08 01:41:59 +00:00
Use cryptg when available
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
def encrypt_ige(plaintext: bytes, key: bytes, iv: bytes, /) -> bytes: ...
|
||||
def decrypt_ige(ciphertext: bytes, key: bytes, iv: bytes, /) -> bytes: ...
|
||||
Reference in New Issue
Block a user