mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 20:50:22 +03:00
update optional deps
This commit is contained in:
parent
d7fd8f3102
commit
2008a25d7b
|
@ -65,9 +65,10 @@ To generate the `method documentation`__, ``cd docs`` and then
|
||||||
Optional dependencies
|
Optional dependencies
|
||||||
*********************
|
*********************
|
||||||
|
|
||||||
If ``libssl`` is available on your system, it will be used wherever encryption
|
If the `cryptg`__ is installed, you might notice a speed-up in the download
|
||||||
is needed, but otherwise it will fall back to pure Python implementation so it
|
and upload speed, since these are the most cryptographic-heavy part of the
|
||||||
will also work without it.
|
library and said module is a C extension. Otherwise, the ``pyaes`` fallback
|
||||||
|
will be used.
|
||||||
|
|
||||||
|
|
||||||
__ https://github.com/ricmoo/pyaes
|
__ https://github.com/ricmoo/pyaes
|
||||||
|
@ -75,3 +76,4 @@ __ https://pypi.python.org/pypi/pyaes
|
||||||
__ https://github.com/sybrenstuvel/python-rsa
|
__ https://github.com/sybrenstuvel/python-rsa
|
||||||
__ https://pypi.python.org/pypi/rsa/3.4.2
|
__ https://pypi.python.org/pypi/rsa/3.4.2
|
||||||
__ https://lonamiwebs.github.io/Telethon
|
__ https://lonamiwebs.github.io/Telethon
|
||||||
|
__ https://github.com/Lonami/cryptg
|
||||||
|
|
Loading…
Reference in New Issue
Block a user