mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 13:27:47 +00:00
Revert "Remove TODO"
This reverts commit f576fc8
This commit is contained in:
parent
e7a85520f2
commit
d2d4f55673
@ -27,6 +27,7 @@ try:
|
|||||||
|
|
||||||
|
|
||||||
class AES:
|
class AES:
|
||||||
|
# TODO: Use new tgcrypto function names
|
||||||
@classmethod
|
@classmethod
|
||||||
def ige256_encrypt(cls, data: bytes, key: bytes, iv: bytes) -> bytes:
|
def ige256_encrypt(cls, data: bytes, key: bytes, iv: bytes) -> bytes:
|
||||||
return tgcrypto.ige256_encrypt(data, key, iv)
|
return tgcrypto.ige256_encrypt(data, key, iv)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user