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

◆ SymmetricTransform()

Mono.Security.Cryptography.SymmetricTransform.SymmetricTransform ( SymmetricAlgorithm symmAlgo,
bool encryption,
byte[] rgbIV )
inline

Definition at line 11 of file SymmetricTransform.cs.

12 {
15 if (rgbIV != null)
16 {
17 object obj;
18 if (obj != null)
19 {
20 if (obj == null)
21 {
22 throw new InvalidCastException();
23 }
24 }
29 int num = Math.Min(this.BlockSizeByte, blockSizeByte2);
35 return;
36 }
37 }
class f__AnonymousType0<< Count > j__TPar
static byte Min(byte val1, byte val2)
Definition Math.cs:152

References Mono.Security.Cryptography.SymmetricTransform.algo, Mono.Security.Cryptography.SymmetricTransform.BlockSizeByte, j__TPar, System.Math.Min(), and System.obj.