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
DSAParameters.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020002D6 RID: 726
7 [ComVisible(true)]
9 public struct DSAParameters
10 {
11 // Token: 0x04000CA5 RID: 3237
12 public byte[] P;
13
14 // Token: 0x04000CA6 RID: 3238
15 public byte[] Q;
16
17 // Token: 0x04000CA7 RID: 3239
18 public byte[] G;
19
20 // Token: 0x04000CA8 RID: 3240
21 public byte[] Y;
22
23 // Token: 0x04000CA9 RID: 3241
24 public byte[] J;
25
26 // Token: 0x04000CAA RID: 3242
28 public byte[] X;
29
30 // Token: 0x04000CAB RID: 3243
31 public byte[] Seed;
32
33 // Token: 0x04000CAC RID: 3244
34 public int Counter;
35 }
36}
class f__AnonymousType0<< Count > j__TPar