mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Pyrofork: Use own fork of tgcrypto (#56)
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
1f9d17fd19
commit
9bdc824a61
2 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ docs = [
|
|||
]
|
||||
|
||||
speedup = [
|
||||
"tgcrypto>=1.2.5",
|
||||
"tgcrypto-pyrofork>=1.2.6",
|
||||
"uvloop>=0.19.0"
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue