Revert "Remove TODO"

This reverts commit f576fc8
This commit is contained in:
Dan 2018-09-17 16:53:17 +02:00
parent e7a85520f2
commit d2d4f55673

View File

@ -27,6 +27,7 @@ try:
class AES:
# TODO: Use new tgcrypto function names
@classmethod
def ige256_encrypt(cls, data: bytes, key: bytes, iv: bytes) -> bytes:
return tgcrypto.ige256_encrypt(data, key, iv)