Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static int | MacData (string hashAlgorithmId, ReadOnlySpan< byte > key, ReadOnlySpan< byte > source, Span< byte > destination) |
static int | HashData (string hashAlgorithmId, ReadOnlySpan< byte > source, Span< byte > destination) |
Static Private Member Functions | |
static unsafe void | HashDataUsingPseudoHandle (string hashAlgorithmId, ReadOnlySpan< byte > source, ReadOnlySpan< byte > key, bool isHmac, Span< byte > destination, out int hashSize) |
static void | HashUpdateAndFinish (SafeBCryptAlgorithmHandle algHandle, int hashSize, ReadOnlySpan< byte > key, ReadOnlySpan< byte > source, Span< byte > destination) |
Definition at line 10 of file HashProviderDispenser.cs.