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

◆ ECB()

override void System.Security.Cryptography.RC2Transform.ECB ( byte[] input,
byte[] output )
inlineprotected

Definition at line 28 of file RC2Transform.cs.

29 {
30 if (this.encrypt)
31 {
32 ushort[] k = this.K;
33 int num = 20;
34 this.j = num;
35 this.j = num;
36 this.R0 = k;
37 this.R0 = k;
38 return;
39 }
40 ushort[] k2 = this.K;
41 int num2 = 63;
42 this.j = num2;
43 this.R3 = (ushort)num2;
44 this.R1 = (ushort)num2;
45 this.R0 = input;
46 int num3 = 43;
47 this.j = num3;
48 this.R3 = (ushort)num2;
49 this.R3 = (ushort)num2;
50 this.R1 = input;
51 this.j = num3;
52 this.R2 = (ushort)num2;
53 this.R0 = k2;
54 this.R2 = (ushort)num2;
55 this.R0 = input;
56 this.R0 = k2;
57 this.j = num3;
58 ushort r = this.R1;
59 ushort r2 = this.R2;
60 ushort r3 = this.R3;
61 }
class f__AnonymousType0<< Count > j__TPar

References Mono.Security.Cryptography.SymmetricTransform.encrypt, System.input, j__TPar, System.Security.Cryptography.RC2Transform.K, System.Security.Cryptography.RC2Transform.R1, System.Security.Cryptography.RC2Transform.R2, and System.Security.Cryptography.RC2Transform.R3.