terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
SecureStringHasher () | |
bool | Equals (string x, string y) |
int | GetHashCode (string key) |
bool | Equals (T x, T y) |
int | GetHashCode (T obj) |
Private Member Functions | |
delegate int | HashCodeOfStringDelegate (string s, int sLen, long additionalEntropy) |
Static Private Member Functions | |
static int | GetHashCodeOfString (string key, int sLen, long additionalEntropy) |
static SecureStringHasher.HashCodeOfStringDelegate | GetHashCodeDelegate () |
Private Attributes | |
int | hashCodeRandomizer |
Static Private Attributes | |
static SecureStringHasher.HashCodeOfStringDelegate | hashCodeDelegate |
Definition at line 10 of file SecureStringHasher.cs.