We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a8552 commit d2d4f55Copy full SHA for d2d4f55
1 file changed
pyrogram/crypto/aes.py
@@ -27,6 +27,7 @@
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