Telethon/telethon/network
Hasan c13164f5cf Use the correct amount of random bytes in DH request
The official documentation says a 2048 *bit* number.
`os.urandom` takes an argument that represents the number of *bytes*.
2048 bits is 256 bytes
2017-06-18 23:38:14 +02:00
..
__init__.py Slightly reorganise the project structure 2017-06-09 16:13:39 +02:00
authenticator.py Use the correct amount of random bytes in DH request 2017-06-18 23:38:14 +02:00
mtproto_plain_sender.py Slightly reorganise the project structure 2017-06-09 16:13:39 +02:00
mtproto_sender.py Rename Request.msg_id to request_msg_id to avoid name clash (fix #122) 2017-06-18 10:01:59 +02:00
tcp_transport.py Slightly reorganise the project structure 2017-06-09 16:13:39 +02:00