mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 21:10:29 +00:00
Reached Authenticator's step 3
This commit is contained in:
@@ -60,7 +60,7 @@ def generate_key_data_from_nonces(server_nonce, new_nonce):
|
||||
|
||||
iv_buffer.write(hash2[12:20])
|
||||
iv_buffer.write(hash3)
|
||||
iv_buffer.write_byte(new_nonce[:4])
|
||||
iv_buffer.write(new_nonce[:4])
|
||||
|
||||
return key_buffer.get_bytes(), iv_buffer.get_bytes()
|
||||
|
||||
|
Reference in New Issue
Block a user