Telethon/telethon/crypto
Lonami Exo 4d3ff0e175 Revert "Use tgcrypto if available (#1715)"
This reverts commit 42cc9e61fb.

tgcrypto was made for Pyrogram, and seeing it used elsewhere
without much credit "hurts" the author. I personally do not endorse
its use, hence the lack of attention or notes in the documentation.

People who still want to benefit from the speed boost should go
out of their way to discover, install and patch Telethon's aes.py
module instead, all while complying with the respective license
(another reason to avoid said code in Telethon, which is under the
much more permissive MIT license).

People using tgcrypto for anything other than Pyrogram will do so
knowing full-well that this was not the library's intended usage.
2021-03-20 17:20:33 +01:00
..
__init__.py Remove underscore from module names 2018-06-18 21:02:42 +02:00
aes.py Revert "Use tgcrypto if available (#1715)" 2021-03-20 17:20:33 +01:00
aesctr.py Revert "Use tgcrypto if available (#1715)" 2021-03-20 17:20:33 +01:00
authkey.py Use new broken MessagePacker 2018-10-19 13:24:52 +02:00
cdndecrypter.py Remove underscore from module names 2018-06-18 21:02:42 +02:00
factorization.py Document where factorization.py comes from 2020-01-09 12:51:41 +01:00
libssl.py Fix crypto imports on macOS Big Sur (#1639) 2020-11-28 15:54:52 +01:00
rsa.py Fix RSA key unpacking on missing fingerprint (#1324) 2019-11-05 08:54:10 +01:00