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

◆ CipherFunct()

uint System.Security.Cryptography.DESTransform.CipherFunct ( uint r,
int n )
inlineprivate

Definition at line 38 of file DESTransform.cs.

39 {
40 int num = 1;
41 byte[] array = this.keySchedule;
42 if (num == 0)
43 {
44 return;
45 }
46 }

References System.array, and System.Security.Cryptography.DESTransform.keySchedule.

Referenced by System.Security.Cryptography.DESTransform.ProcessBlock().