Use pycrypto's RSA instead the old weird RSA implementation

This commit is contained in:
Lonami Exo
2017-08-23 21:49:27 +02:00
parent 0cae62f091
commit 66876b6722
4 changed files with 81 additions and 92 deletions

View File

@@ -94,5 +94,5 @@ if __name__ == '__main__':
'telethon_generator', 'telethon_tests', 'run_tests.py',
'try_telethon.py'
]),
install_requires=['pyaes']
install_requires=['pyaes', 'pycrypto']
)