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

◆ HashData() [2/2]

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

Reimplemented from System.Security.Cryptography.ECDsa.

Definition at line 144 of file ECDsaImplementation.cs.

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

References Internal.Cryptography.CngCommon.HashData().