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
Loading...
Searching...
No Matches
System.Xml.SecureStringHasher Class Reference
+ Inheritance diagram for System.Xml.SecureStringHasher:
+ Collaboration diagram for System.Xml.SecureStringHasher:

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
 

Detailed Description

Definition at line 10 of file SecureStringHasher.cs.


The documentation for this class was generated from the following file: