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

◆ HashData() [2/3]

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

Definition at line 75 of file SHA1.cs.

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

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