Terraria v1.4.4.9
Terraria source code documentation
|
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] |
Definition at line 5 of file HashProvider.cs.