terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
RSAParameters.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::System.Runtime.InteropServices.ComVisible(true)]
8 [global::Cpp2ILInjected.Token(Token = "0x20002F2")]
9 [global::System.Serializable]
10 public struct RSAParameters
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x4000CF5")]
13 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
14 public byte[] Exponent;
15
16 [global::Cpp2ILInjected.Token(Token = "0x4000CF6")]
17 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
18 public byte[] Modulus;
19
20 [global::Cpp2ILInjected.Token(Token = "0x4000CF7")]
21 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
22 [global::System.NonSerialized]
23 public byte[] P;
24
25 [global::Cpp2ILInjected.Token(Token = "0x4000CF8")]
26 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
27 [global::System.NonSerialized]
28 public byte[] Q;
29
30 [global::Cpp2ILInjected.Token(Token = "0x4000CF9")]
31 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
32 [global::System.NonSerialized]
33 public byte[] DP;
34
35 [global::Cpp2ILInjected.Token(Token = "0x4000CFA")]
36 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
37 [global::System.NonSerialized]
38 public byte[] DQ;
39
40 [global::Cpp2ILInjected.Token(Token = "0x4000CFB")]
41 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
42 [global::System.NonSerialized]
43 public byte[] InverseQ;
44
45 [global::Cpp2ILInjected.Token(Token = "0x4000CFC")]
46 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
47 [global::System.NonSerialized]
48 public byte[] D;
49 }
50}