Telethon/telethon/crypto
Lonami Exo 49555ad018 Stick to the offset and limit CdnFileHashes dictates (#222)
The old intersection method and allowing an arbitrary part size
wasn't working properly. Assuming that Telegram will send a sha
sum for the whole file, in the correct order, we can simply use
their offsets to download the file.
2017-09-05 16:43:53 +02:00
..
__init__.py Implement and use TCP obfuscated as a PoC (#112) 2017-08-28 20:25:44 +02:00
aes_ctr.py Reuse the AESModeCTR class on CdnDecrypter 2017-08-28 20:30:33 +02:00
aes.py Improve libssl.py's file formatting 2017-08-22 23:05:07 +02:00
auth_key.py Make lint happier 2017-09-04 17:10:04 +02:00
cdn_decrypter.py Stick to the offset and limit CdnFileHashes dictates (#222) 2017-09-05 16:43:53 +02:00
factorization.py Make lint happier 2017-09-04 17:10:04 +02:00
libssl.py Improve libssl.py's file formatting 2017-08-22 23:05:07 +02:00
rsa.py Optimize imports 2017-09-04 17:18:33 +02:00