Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CombineHashCodes()

static int System.Security.Cryptography.RSAEncryptionPadding.CombineHashCodes ( int h1,
int h2 )
inlinestaticprivate

Definition at line 57 of file RSAEncryptionPadding.cs.

58 {
59 return ((h1 << 5) + h1) ^ h2;
60 }

Referenced by System.Security.Cryptography.RSAEncryptionPadding.GetHashCode().