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

◆ HashData() [2/2]

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

Reimplemented from System.Security.Cryptography.DSA.

Definition at line 117 of file DSAImplementation.cs.

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

References Internal.Cryptography.CngCommon.HashData().