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()

void System.Security.Cryptography.SHA1Internal.HashCore ( byte[] rgb,
int ibStart,
int cbSize )
inline

Definition at line 15 of file SHA1Internal.cs.

16 {
18 if (processingBufferCount != 0)
19 {
23 return;
24 }
25 long num;
26 this.ProcessBlock(rgb, (uint)num);
27 if (cbSize != 0)
28 {
31 }
32 }
class f__AnonymousType0<< Count > j__TPar
static void BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)
Definition Buffer.cs:60
void ProcessBlock(byte[] inputBuffer, uint inputOffset)

References System.Security.Cryptography.SHA1Internal._ProcessingBuffer, System.Security.Cryptography.SHA1Internal._ProcessingBufferCount, System.Buffer.BlockCopy(), j__TPar, and System.Security.Cryptography.SHA1Internal.ProcessBlock().

Referenced by System.Security.Cryptography.SHA1CryptoServiceProvider.HashCore().