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 | |
SHA1Internal () | |
void | HashCore (byte[] rgb, int ibStart, int cbSize) |
byte[] | HashFinal () |
void | Initialize () |
Package Functions | |
void | AddLength (ulong length, byte[] buffer, int position) |
Private Member Functions | |
void | ProcessBlock (byte[] inputBuffer, uint inputOffset) |
void | ProcessFinalBlock (byte[] inputBuffer, int inputOffset, int inputCount) |
Static Private Member Functions | |
static void | InitialiseBuff (uint[] buff, byte[] input, uint inputOffset) |
static void | FillBuff (uint[] buff) |
Private Attributes | |
uint[] | _H |
ulong | count |
byte[] | _ProcessingBuffer |
int | _ProcessingBufferCount |
uint[] | buff |
Static Private Attributes | |
const int | BLOCK_SIZE_BYTES = 64 |
Definition at line 8 of file SHA1Internal.cs.