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

◆ HashData() [2/3]

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

Definition at line 84 of file HMACSHA256.cs.

85 {
86 byte[] array = new byte[32];
87 int num = HashData(key, source, array.AsSpan());
88 return array;
89 }
static byte[] HashData(byte[] key, byte[] source)
Definition HMACSHA256.cs:71

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