Fix guid signature.
This commit is contained in:
parent
6fbae4461e
commit
9f36f98b3e
@ -94,7 +94,7 @@ namespace Components
|
|||||||
|
|
||||||
Proto::Auth::Response response;
|
Proto::Auth::Response response;
|
||||||
response.set_publickey(Steam::User::GuidKey.GetPublicKey());
|
response.set_publickey(Steam::User::GuidKey.GetPublicKey());
|
||||||
response.set_signature(Utils::Cryptography::ECDSA::SignMessage(Steam::User::GuidKey, data+"1"));
|
response.set_signature(Utils::Cryptography::ECDSA::SignMessage(Steam::User::GuidKey, data));
|
||||||
|
|
||||||
Network::SendCommand(address, "xuidAuthResp", response.SerializeAsString());
|
Network::SendCommand(address, "xuidAuthResp", response.SerializeAsString());
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user