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.HMAC.HashCore ( byte[] rgb,
int ib,
int cb )
inlineprotectedinherited

Definition at line 162 of file HMAC.cs.

163 {
164 if (!this.m_hashing)
165 {
166 byte[] inner = this.m_inner;
167 HashAlgorithm hash = this.m_hash1;
168 this.m_hashing = true;
169 }
171 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Security.Cryptography.HMAC.m_hash1, System.Security.Cryptography.HMAC.m_hashing, and System.Security.Cryptography.HMAC.m_inner.