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.DESTransform.ECB ( byte[] input,
byte[] output )
inlineprotected

Definition at line 123 of file DESTransform.cs.

124 {
125 if (!true)
126 {
127 }
128 byte[] array = this.byteBuff;
129 this.ProcessBlock(output, array);
130 byte[] array2 = this.byteBuff;
131 }
class f__AnonymousType0<< Count > j__TPar
void ProcessBlock(byte[] input, byte[] output)

References System.array, System.Security.Cryptography.DESTransform.byteBuff, j__TPar, and System.Security.Cryptography.DESTransform.ProcessBlock().