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

◆ HashData() [1/3]

static byte[] System.Security.Cryptography.SHA384.HashData ( byte[] source)
inlinestaticinherited

Definition at line 66 of file SHA384.cs.

67 {
68 if (source == null)
69 {
70 throw new ArgumentNullException("source");
71 }
72 return HashData(new ReadOnlySpan<byte>(source));
73 }
static byte[] HashData(byte[] source)
Definition SHA384.cs:66

References System.Security.Cryptography.SHA384.HashData(), and System.source.

Referenced by Internal.Cryptography.Pbkdf2Implementation.FillKeyDerivation(), System.Security.Cryptography.SHA384.HashData(), and System.Security.Cryptography.SHA384.HashData().