Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Internal.Cryptography.HashProvider Class Referenceabstract

Public Member Functions

void AppendHashData (byte[] data, int offset, int count)
 
void AppendHashData (ReadOnlySpan< byte > data)
 
int FinalizeHashAndReset (Span< byte > destination)
 
int GetCurrentHash (Span< byte > destination)
 
byte[] FinalizeHashAndReset ()
 
bool TryFinalizeHashAndReset (Span< byte > destination, out int bytesWritten)
 
void Dispose ()
 
void Dispose (bool disposing)
 
void Reset ()
 
void AppendHashData (byte[] data, int offset, int count)
 
void AppendHashData (ReadOnlySpan< byte > data)
 
int FinalizeHashAndReset (Span< byte > destination)
 
byte[] FinalizeHashAndReset ()
 
bool TryFinalizeHashAndReset (Span< byte > destination, out int bytesWritten)
 
void Dispose ()
 
void Dispose (bool disposing)
 
void Reset ()
 

Properties

int HashSizeInBytes [get]
 

Detailed Description

Definition at line 5 of file HashProvider.cs.


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