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
SHA256.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020002FB RID: 763
8 [ComVisible(true)]
9 public abstract class SHA256 : HashAlgorithm
10 {
11 // Token: 0x060019D6 RID: 6614 RVA: 0x0003792C File Offset: 0x00035B2C
12 protected SHA256()
13 {
15 }
16
17 // Token: 0x060019D7 RID: 6615 RVA: 0x0000207A File Offset: 0x0000027A
18 public new static SHA256 Create()
19 {
20 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
21 }
22
23 // Token: 0x060019D8 RID: 6616 RVA: 0x0003794C File Offset: 0x00035B4C
24 public new static SHA256 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 SHA256 Create()
Definition SHA256.cs:18
static new SHA256 Create(string hashName)
Definition SHA256.cs:24