mirror of
https://github.com/edubart/otclient.git
synced 2025-11-03 12:16:23 +01:00
Move RSA class to Crypt
This commit is contained in:
@@ -65,7 +65,7 @@ function ProtocolLogin:sendLoginPacket()
|
||||
end
|
||||
|
||||
msg:addPaddingBytes(paddingBytes, 0)
|
||||
msg:encryptRsa(128, g_game.getRsa())
|
||||
msg:encryptRsa(128)
|
||||
|
||||
self:send(msg)
|
||||
self:enableXteaEncryption()
|
||||
|
||||
Reference in New Issue
Block a user