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

◆ AesTransform() [1/2]

System.Security.Cryptography.AesTransform.AesTransform ( Aes algo,
bool encryption,
byte[] key,
byte[] iv )
inline

Definition at line 10 of file AesTransform.cs.

12 {
13 if (key != null)
14 {
15 if (iv != null)
16 {
17 }
18 long num = 257L;
19 this.Nk = (int)num;
20 int num2 = 14;
21 this.Nr = num2;
22 return;
23 }
25 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.key, and System.L.