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
Crc32.cs
Go to the documentation of this file.
1using System;
2
3namespace ReLogic.Utilities
4{
5 // Token: 0x02000B02 RID: 2818
6 public static class Crc32
7 {
8 // Token: 0x06005275 RID: 21109 RVA: 0x00282F34 File Offset: 0x00281134
9 public static int Calculate(string value)
10 {
11 }
12
13 // Token: 0x06005276 RID: 21110 RVA: 0x00282F48 File Offset: 0x00281148
14 public static int Calculate(string value, int baseHash)
15 {
16 }
17
18 // Token: 0x06005277 RID: 21111 RVA: 0x00282F58 File Offset: 0x00281158
19 public static int Calculate(byte[] value)
20 {
21 }
22
23 // Token: 0x06005278 RID: 21112 RVA: 0x00282F6C File Offset: 0x0028116C
24 public unsafe static int Calculate(byte* value, long length)
25 {
26 }
27
28 // Token: 0x06005279 RID: 21113 RVA: 0x00282F7C File Offset: 0x0028117C
29 public static int Calculate(byte[] value, int baseHash)
30 {
31 }
32
33 // Token: 0x0600527A RID: 21114 RVA: 0x00282F8C File Offset: 0x0028118C
34 // Note: this type is marked as 'beforefieldinit'.
35 static Crc32()
36 {
37 }
38
39 // Token: 0x04008AC2 RID: 35522
40 private static readonly uint[] Tabs;
41 }
42}
class f__AnonymousType0<< Count > j__TPar
static int Calculate(string value)
Definition Crc32.cs:9
static int Calculate(byte[] value, int baseHash)
Definition Crc32.cs:29
static readonly uint[] Tabs
Definition Crc32.cs:40
static int Calculate(string value, int baseHash)
Definition Crc32.cs:14
static int Calculate(byte[] value)
Definition Crc32.cs:19
static unsafe int Calculate(byte *value, long length)
Definition Crc32.cs:24