Pyrofork: Use own fork of tgcrypto (#56)

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2024-03-21 14:31:39 +07:00
parent 1f9d17fd19
commit 9bdc824a61
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5
2 changed files with 3 additions and 3 deletions

View file

@ -10,10 +10,10 @@ Pyrofork's speed can be boosted up by using TgCrypto and uvloop.
-----
TgCrypto
TgCrypto-pyrofork
--------
TgCrypto_ is a high-performance, easy-to-install cryptography library specifically written in C for Pyrofork as a Python
TgCrypto-pyrofork_ is a high-performance, easy-to-install cryptography library specifically written in C for Pyrofork as a Python
extension. It is a replacement for a slower Python-only alternative and implements the cryptographic algorithms Telegram
requires, namely: AES-256-IGE, AES-256-CTR and AES-256-CBC.

View file

@ -72,7 +72,7 @@ docs = [
]
speedup = [
"tgcrypto>=1.2.5",
"tgcrypto-pyrofork>=1.2.6",
"uvloop>=0.19.0"
]