Skip to content

Commit

Permalink
Pyrofork: Use own fork of tgcrypto (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: wulan17 <wulan17@nusantararom.org>
  • Loading branch information
wulan17 committed Mar 21, 2024
1 parent 0692acb commit 6369f4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/topics/speedups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ docs = [
]

speedup = [
"tgcrypto>=1.2.5",
"tgcrypto-pyrofork>=1.2.6",
"uvloop>=0.19.0"
]

Expand Down

0 comments on commit 6369f4c

Please sign in to comment.