Skip to content

Commit d2d4f55

Browse files
committed
Revert "Remove TODO"
This reverts commit f576fc8
1 parent e7a8552 commit d2d4f55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyrogram/crypto/aes.py

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

2828

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

0 commit comments

Comments
 (0)