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
SHA1CryptoServiceProvider.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000319 RID: 793
7 [ComVisible(true)]
8 public sealed class SHA1CryptoServiceProvider : SHA1
9 {
10 // Token: 0x06001AE9 RID: 6889 RVA: 0x0003A1C8 File Offset: 0x000383C8
12 {
13 }
14
15 // Token: 0x06001AEA RID: 6890 RVA: 0x0003A1DC File Offset: 0x000383DC
16 protected override void Finalize()
17 {
18 base.Finalize();
19 }
20
21 // Token: 0x06001AEB RID: 6891 RVA: 0x0003A210 File Offset: 0x00038410
22 protected override void Dispose(bool disposing)
23 {
24 base.Dispose(disposing);
25 }
26
27 // Token: 0x06001AEC RID: 6892 RVA: 0x0003A224 File Offset: 0x00038424
28 protected override void HashCore(byte[] rgb, int ibStart, int cbSize)
29 {
31 this.State = 1;
32 sha1Internal.HashCore(rgb, ibStart, cbSize);
33 }
34
35 // Token: 0x06001AED RID: 6893 RVA: 0x0003A248 File Offset: 0x00038448
36 protected override byte[] HashFinal()
37 {
38 return this.sha.HashFinal();
39 }
40
41 // Token: 0x06001AEE RID: 6894 RVA: 0x0003A260 File Offset: 0x00038460
42 public override void Initialize()
43 {
44 uint[] h = this.sha._H;
45 }
46
47 // Token: 0x04000DB4 RID: 3508
49 }
50}
class f__AnonymousType0<< Count > j__TPar
override void HashCore(byte[] rgb, int ibStart, int cbSize)
void HashCore(byte[] rgb, int ibStart, int cbSize)