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

◆ InternalTransformBlock()

int Mono.Security.Cryptography.ARC4Managed.InternalTransformBlock ( byte[] inputBuffer,
int inputOffset,
int inputCount,
byte[] outputBuffer,
int outputOffset )
inlineprivate

Definition at line 182 of file ARC4Managed.cs.

183 {
184 byte b = this.x;
185 byte[] array = this.state;
186 byte b2 = this.y;
187 this.x = b;
188 this.y = b2;
190 byte[] array2 = this.state;
191 byte b3 = this.y;
192 byte[] array3 = this.state;
193 byte b4 = this.x;
194 byte b5 = this.y;
195 return inputCount;
196 }
class f__AnonymousType0<< Count > j__TPar

References System.array, j__TPar, Mono.Security.Cryptography.ARC4Managed.state, Mono.Security.Cryptography.ARC4Managed.x, and Mono.Security.Cryptography.ARC4Managed.y.