terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
CipherMode.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::System.Runtime.InteropServices.ComVisible(true)]
8 [global::Cpp2ILInjected.Token(Token = "0x20002CC")]
9 [global::System.Serializable]
10 public enum CipherMode
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x4000C80")]
13 CBC = 1,
14 [global::Cpp2ILInjected.Token(Token = "0x4000C81")]
15 ECB,
16 [global::Cpp2ILInjected.Token(Token = "0x4000C82")]
17 OFB,
18 [global::Cpp2ILInjected.Token(Token = "0x4000C83")]
19 CFB,
20 [global::Cpp2ILInjected.Token(Token = "0x4000C84")]
21 CTS
22 }
23}