Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ HashData() [2/3]

static byte[] System.Security.Cryptography.HMACSHA512.HashData ( ReadOnlySpan< byte > key,
ReadOnlySpan< byte > source )
inlinestatic

Definition at line 100 of file HMACSHA512.cs.

101 {
102 byte[] array = new byte[64];
103 int num = HashData(key, source, array.AsSpan());
104 return array;
105 }
static byte[] HashData(byte[] key, byte[] source)
Definition HMACSHA512.cs:87

References System.array, System.Security.Cryptography.HMACSHA512.HashData(), System.key, and System.source.