Skip to content

Commit f576fc8

Browse files
committed
Remove TODO
1 parent a5979a3 commit f576fc8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)