Module telethon-pyaesni
brings even better performance to
Telethon lib.
Similar to telethon-tgcrypto
, libAES-NI uses CPU hardware acceleration
to perform AES encryption and decryption.
N.B. you must not have cryptg
installed, because it interferes with
this module.
To install this module and patch your Telethon installation just run:
pip install telethon-pyaesni
- @painor for making pyaesni and telethon-tgcrypto.
- @andrew for writing readme for telethon-tgcrypto
- @lonami & contributors for making telethon