mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Remove TODO
This commit is contained in:
parent
a5979a3ac7
commit
f576fc899d
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ try:
|
||||||
|
|
||||||
|
|
||||||
class AES:
|
class AES:
|
||||||
# TODO: Use new tgcrypto function names
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def ige256_encrypt(cls, data: bytes, key: bytes, iv: bytes) -> bytes:
|
def ige256_encrypt(cls, data: bytes, key: bytes, iv: bytes) -> bytes:
|
||||||
return tgcrypto.ige256_encrypt(data, key, iv)
|
return tgcrypto.ige256_encrypt(data, key, iv)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue