Skip to content

Commit 6ce71b4

Browse files
committed
Revert "Revert "Remove TODO""
This reverts commit d2d4f55
1 parent dcd087b commit 6ce71b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyrogram/crypto/aes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828

2929
class AES:
30-
# TODO: Use new tgcrypto function names
3130
@classmethod
3231
def ige256_encrypt(cls, data: bytes, key: bytes, iv: bytes) -> bytes:
3332
return tgcrypto.ige256_encrypt(data, key, iv)

0 commit comments

Comments
 (0)