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