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

◆ HashData() [2/3]

static byte[] System.Security.Cryptography.SHA512.HashData ( ReadOnlySpan< byte > source)
inlinestaticinherited

Definition at line 75 of file SHA512.cs.

76 {
77 byte[] array = GC.AllocateUninitializedArray<byte>(64);
78 int num = HashData(source, array.AsSpan());
79 return array;
80 }
static byte[] HashData(byte[] source)
Definition SHA512.cs:66

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