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
SHA512.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020002FF RID: 767
8 [ComVisible(true)]
9 public abstract class SHA512 : HashAlgorithm
10 {
11 // Token: 0x060019FE RID: 6654 RVA: 0x00037E08 File Offset: 0x00036008
12 protected SHA512()
13 {
15 }
16
17 // Token: 0x060019FF RID: 6655 RVA: 0x0000207A File Offset: 0x0000027A
18 public new static SHA512 Create()
19 {
20 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
21 }
22
23 // Token: 0x06001A00 RID: 6656 RVA: 0x00037E28 File Offset: 0x00036028
24 public new static SHA512 Create(string hashName)
25 {
26 if (!true)
27 {
28 }
29 object obj;
30 if (obj != null)
31 {
32 }
33 throw new InvalidCastException();
34 }
35 }
36}
class f__AnonymousType0<< Count > j__TPar
static new SHA512 Create()
Definition SHA512.cs:18
static new SHA512 Create(string hashName)
Definition SHA512.cs:24