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
HashAlgorithmName.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020002BE RID: 702
7 public readonly struct HashAlgorithmName : IEquatable<HashAlgorithmName>
8 {
9 // Token: 0x17000273 RID: 627
10 // (get) Token: 0x060017CA RID: 6090 RVA: 0x00033504 File Offset: 0x00031704
11 public static HashAlgorithmName MD5
12 {
13 get
14 {
15 return "MD5";
16 }
17 }
18
19 // Token: 0x17000274 RID: 628
20 // (get) Token: 0x060017CB RID: 6091 RVA: 0x00033518 File Offset: 0x00031718
21 public static HashAlgorithmName SHA1
22 {
23 get
24 {
25 return "SHA1";
26 }
27 }
28
29 // Token: 0x17000275 RID: 629
30 // (get) Token: 0x060017CC RID: 6092 RVA: 0x0003352C File Offset: 0x0003172C
32 {
33 get
34 {
35 return "SHA256";
36 }
37 }
38
39 // Token: 0x17000276 RID: 630
40 // (get) Token: 0x060017CD RID: 6093 RVA: 0x00033540 File Offset: 0x00031740
42 {
43 get
44 {
45 return "SHA384";
46 }
47 }
48
49 // Token: 0x17000277 RID: 631
50 // (get) Token: 0x060017CE RID: 6094 RVA: 0x00033554 File Offset: 0x00031754
52 {
53 get
54 {
55 return "SHA512";
56 }
57 }
58
59 // Token: 0x060017CF RID: 6095 RVA: 0x00033568 File Offset: 0x00031768
60 public HashAlgorithmName(string name)
61 {
63 }
64
65 // Token: 0x17000278 RID: 632
66 // (get) Token: 0x060017D0 RID: 6096 RVA: 0x0000207A File Offset: 0x0000027A
67 public string Name
68 {
69 get
70 {
71 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
72 }
73 }
74
75 // Token: 0x060017D1 RID: 6097 RVA: 0x0000207A File Offset: 0x0000027A
76 public override string ToString()
77 {
78 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
79 }
80
81 // Token: 0x060017D2 RID: 6098 RVA: 0x0003357C File Offset: 0x0003177C
82 public override bool Equals(object obj)
83 {
84 if (obj != null)
85 {
86 }
87 bool flag;
88 return flag;
89 }
90
91 // Token: 0x060017D3 RID: 6099 RVA: 0x00033590 File Offset: 0x00031790
93 {
94 bool flag;
95 return flag;
96 }
97
98 // Token: 0x060017D4 RID: 6100 RVA: 0x0000207A File Offset: 0x0000027A
99 public override int GetHashCode()
100 {
101 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
102 }
103
104 // Token: 0x060017D5 RID: 6101 RVA: 0x000335A0 File Offset: 0x000317A0
105 public static bool operator ==(HashAlgorithmName left, HashAlgorithmName right)
106 {
107 bool flag;
108 return flag;
109 }
110
111 // Token: 0x060017D6 RID: 6102 RVA: 0x000335B0 File Offset: 0x000317B0
112 public static bool operator !=(HashAlgorithmName left, HashAlgorithmName right)
113 {
114 bool flag;
115 return flag;
116 }
117
118 // Token: 0x04000C64 RID: 3172
119 private readonly string _name;
120 }
121}
class f__AnonymousType0<< Count > j__TPar
static bool operator==(HashAlgorithmName left, HashAlgorithmName right)
static bool operator!=(HashAlgorithmName left, HashAlgorithmName right)