|
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
|
Collaboration diagram for Ionic.Zip.ZipCrypto:Public Member Functions | |
| byte[] | DecryptMessage (byte[] cipherText, int length) |
| byte[] | EncryptMessage (byte[] plainText, int length) |
| void | InitCipher (string passphrase) |
Static Public Member Functions | |
| static ZipCrypto | ForWrite (string password) |
| static ZipCrypto | ForRead (string password, ZipEntry e) |
Properties | |
| byte | MagicByte [get, set] |
Private Member Functions | |
| ZipCrypto () | |
| void | UpdateKeys (byte byteValue) |
Private Attributes | |
| uint[] | _Keys |
| CRC32 | crc32 |
Definition at line 11 of file ZipCrypto.cs.