terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | HashCodeOfStringDelegate |
Public Member Functions | |
SecureStringHasher () | |
bool | Equals (string x, string y) |
int | GetHashCode (string key) |
bool | Equals (T x, T y) |
int | GetHashCode (T obj) |
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 9 of file SecureStringHasher.cs.