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
|
Public Member Functions | |
void | Dispose () |
void | Clear () |
int | TransformBlock (byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset) |
byte[] | TransformFinalBlock (byte[] inputBuffer, int inputOffset, int inputCount) |
void | Reset () |
Package Functions | |
CryptoAPITransform () | |
Properties | |
bool | CanReuseTransform [get, set] |
bool | CanTransformMultipleBlocks [get, set] |
int | InputBlockSize [get, set] |
global::System.IntPtr | KeyHandle [get, set] |
int | OutputBlockSize [get, set] |
Private Member Functions | |
void | Dispose (bool disposing) |
Private Attributes | |
bool | m_disposed |
Definition at line 10 of file CryptoAPITransform.cs.