Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 889 Bytes

README.rst

File metadata and controls

29 lines (20 loc) · 889 Bytes

telethon-pyaesni

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.

Installation

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

Credits