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

◆ HashData() [2/3]

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

Definition at line 92 of file HMACSHA1.cs.

93 {
94 byte[] array = new byte[20];
95 int num = HashData(key, source, array.AsSpan());
96 return array;
97 }
static byte[] HashData(byte[] key, byte[] source)
Definition HMACSHA1.cs:79

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