redundant line
This commit is contained in:
parent
e537d57918
commit
a3ab651ee6
1 changed files with 0 additions and 1 deletions
|
@ -136,7 +136,6 @@ impl<S, P> Mechanism for Scram<S, P>
|
||||||
client_final_message_bare.extend(server_nonce.bytes());
|
client_final_message_bare.extend(server_nonce.bytes());
|
||||||
let client_key = S::hmac(b"Client Key", &salted_password);
|
let client_key = S::hmac(b"Client Key", &salted_password);
|
||||||
let server_key = S::hmac(b"Server Key", &salted_password);
|
let server_key = S::hmac(b"Server Key", &salted_password);
|
||||||
let stored_key = S::hash(&client_key);
|
|
||||||
let mut auth_message = Vec::new();
|
let mut auth_message = Vec::new();
|
||||||
auth_message.extend(initial_client_message);
|
auth_message.extend(initial_client_message);
|
||||||
auth_message.extend(b",");
|
auth_message.extend(b",");
|
||||||
|
|
Loading…
Reference in a new issue