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

◆ HashFinal() [2/2]

override byte[] Mono.Security.Cryptography.MD2Managed.HashFinal ( )
inlineprotected

Definition at line 45 of file MD2Managed.cs.

46 {
47 object obj;
48 do
49 {
50 int num = this.count;
51 byte[] array = this.checksum;
52 byte[] array2 = this.state;
53 if (obj == null)
54 {
55 return;
56 }
57 }
58 while (obj != null);
59 throw new InvalidCastException();
60 }
class f__AnonymousType0<< Count > j__TPar

References System.array, Mono.Security.Cryptography.MD2Managed.checksum, Mono.Security.Cryptography.MD2Managed.count, j__TPar, System.obj, and Mono.Security.Cryptography.MD2Managed.state.