mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-09-17 07:19:02 +02:00
Fix debug dll assertions
+ cleanup/optimizations
This commit is contained in:
@@ -24,7 +24,7 @@ protected:
|
||||
uint32 m_h[8];
|
||||
};
|
||||
|
||||
std::string sha256(std::string input);
|
||||
string sha256(const string& input);
|
||||
|
||||
#define SHA2_SHFR(x, n) (x >> n)
|
||||
#define SHA2_ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n)))
|
||||
|
Reference in New Issue
Block a user