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

Enumerator
CBC 
ECB 
OFB 
CFB 
CTS 

Definition at line 10 of file CipherMode.cs.

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 }