Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ HashData() [1/2]

override byte[] System.Security.Cryptography.ECDsaImplementation.ECDsaCng.HashData ( byte[] data,
int offset,
int count,
HashAlgorithmName hashAlgorithm )
inlineprotectedvirtual

Reimplemented from System.Security.Cryptography.ECDsa.

Definition at line 139 of file ECDsaImplementation.cs.

140 {
141 return CngCommon.HashData(data, offset, count, hashAlgorithm);
142 }
static byte[] HashData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm)
Definition CngCommon.cs:10

References System.count, Internal.Cryptography.CngCommon.HashData(), and System.offset.