We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5979a3 commit f576fc8Copy full SHA for f576fc8
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