Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Internal.Cryptography.HashProviderDispenser.OneShotHashProvider Class Reference

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)
 

Detailed Description

Definition at line 10 of file HashProviderDispenser.cs.


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