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
Loading...
Searching...
No Matches
System.Security.Cryptography.HashAlgorithm Class Referenceabstract
+ Inheritance diagram for System.Security.Cryptography.HashAlgorithm:
+ Collaboration diagram for System.Security.Cryptography.HashAlgorithm:

Public Member Functions

byte[] ComputeHash (byte[] buffer)
 
bool TryComputeHash (global::System.ReadOnlySpan< byte > source, global::System.Span< byte > destination, out int bytesWritten)
 
byte[] ComputeHash (byte[] buffer, int offset, int count)
 
byte[] ComputeHash (global::System.IO.Stream inputStream)
 
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 Initialize ()
 

Static Public Member Functions

static HashAlgorithm Create ()
 
static HashAlgorithm Create (string hashName)
 

Protected Member Functions

 HashAlgorithm ()
 
virtual void Dispose (bool disposing)
 
void HashCore (byte[] array, int ibStart, int cbSize)
 
byte[] HashFinal ()
 
virtual void HashCore (global::System.ReadOnlySpan< byte > source)
 
virtual bool TryHashFinal (global::System.Span< byte > destination, out int bytesWritten)
 

Protected Attributes

int HashSizeValue
 
int State
 

Package Attributes

byte[] HashValue
 

Properties

virtual int HashSize [get, set]
 
virtual byte[] Hash [get, set]
 
virtual int InputBlockSize [get, set]
 
virtual int OutputBlockSize [get, set]
 
virtual bool CanTransformMultipleBlocks [get, set]
 
virtual bool CanReuseTransform [get, set]
 

Private Member Functions

byte[] CaptureHashCodeAndReinitialize ()
 
void ValidateTransformBlock (byte[] inputBuffer, int inputOffset, int inputCount)
 

Private Attributes

bool _disposed
 

Detailed Description

Definition at line 10 of file HashAlgorithm.cs.


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