terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Security.Cryptography.SHA1Internal Class Reference

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
 

Detailed Description

Definition at line 6 of file SHA1Internal.cs.


The documentation for this class was generated from the following file: