terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
AssemblyHashAlgorithm.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020005DE RID: 1502
7 {
8 // Token: 0x04001992 RID: 6546
9 None,
10 // Token: 0x04001993 RID: 6547
11 MD5 = 32771,
12 // Token: 0x04001994 RID: 6548
13 SHA1,
14 // Token: 0x04001995 RID: 6549
15 SHA256 = 32780,
16 // Token: 0x04001996 RID: 6550
17 SHA384,
18 // Token: 0x04001997 RID: 6551
19 SHA512
20 }
21}