parent
dcd087ba63
commit
6ce71b404f
@ -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 New Issue
Block a user