terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ HashData() [2/2]

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

Reimplemented from System.Security.Cryptography.DSA.

Definition at line 391 of file DSACryptoServiceProvider.cs.

392 {
393 HashAlgorithmName sha = HashAlgorithmName.SHA1;
394 bool flag = hashAlgorithm != sha;
396 return hashAlgorithm2.ComputeHash(data);
397 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Cryptography.HashAlgorithm.ComputeHash(), j__TPar, and System.Security.Cryptography.HashAlgorithmName.SHA1.