mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-24 18:33:44 +03:00
Upgrade cryptg (#4486)
This commit is contained in:
parent
9b18304e9c
commit
fe733aad97
|
@ -27,7 +27,7 @@ dependencies = [
|
|||
dynamic = ["version"]
|
||||
|
||||
[project.optional-dependencies]
|
||||
cryptg = ["cryptg~=0.4"]
|
||||
cryptg = ["cryptg~=0.5"]
|
||||
dev = [
|
||||
"mypy~=1.11.2",
|
||||
"ruff~=0.6.8",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
try:
|
||||
import cryptg # type: ignore [import-untyped]
|
||||
import cryptg
|
||||
|
||||
def ige_encrypt(
|
||||
plaintext: bytes | bytearray | memoryview, key: bytes, iv: bytes
|
||||
|
|
Loading…
Reference in New Issue
Block a user