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

◆ HashCore() [1/2]

override void System.Security.Cryptography.SHA1CryptoServiceProvider.HashCore ( byte[] rgb,
int ibStart,
int cbSize )
inlineprotected

Definition at line 28 of file SHA1CryptoServiceProvider.cs.

29 {
30 SHA1Internal sha1Internal = this.sha;
31 this.State = 1;
32 sha1Internal.HashCore(rgb, ibStart, cbSize);
33 }
class f__AnonymousType0<< Count > j__TPar
void HashCore(byte[] rgb, int ibStart, int cbSize)

References System.Security.Cryptography.SHA1Internal.HashCore(), j__TPar, and System.Security.Cryptography.SHA1CryptoServiceProvider.sha.