mirror of
https://github.com/edubart/otclient.git
synced 2025-12-17 06:07:11 +01:00
Change to RSA decrypt function
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
uint32 peekU32() { uint32 v = getU32(); m_readPos-=4; return v; }
|
||||
uint64 peekU64() { uint64 v = getU64(); m_readPos-=8; return v; }
|
||||
|
||||
void decryptRsa(int size, const std::string& p, const std::string& q, const std::string& d);
|
||||
bool decryptRsa(int size, const std::string& p, const std::string& q, const std::string& d);
|
||||
|
||||
int getReadSize() { return m_readPos - m_headerPos; }
|
||||
int getReadPos() { return m_readPos; }
|
||||
|
||||
Reference in New Issue
Block a user