We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd087b commit 6ce71b4Copy full SHA for 6ce71b4
1 file changed
pyrogram/crypto/aes.py
@@ -27,7 +27,6 @@
27
28
29
class AES:
30
- # TODO: Use new tgcrypto function names
31
@classmethod
32
def ige256_encrypt(cls, data: bytes, key: bytes, iv: bytes) -> bytes:
33
return tgcrypto.ige256_encrypt(data, key, iv)
0 commit comments