terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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] |
bool | CanTransformMultipleBlocks [get] |
int | InputBlockSize [get] |
IntPtr | KeyHandle [get] |
int | OutputBlockSize [get] |
Private Member Functions | |
void | Dispose (bool disposing) |
Private Attributes | |
bool | m_disposed |
Definition at line 9 of file CryptoAPITransform.cs.