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

◆ SHATransform()

static unsafe void System.Security.Cryptography.SHA1Managed.SHATransform ( uint * expandedBuffer,
uint * state,
byte * block )
inlinestaticprivate

Definition at line 97 of file SHA1Managed.cs.

98 {
99 int num = 1;
100 uint value = state->m_value;
101 if (num == 0)
102 {
103 }
104 int num2 = 16;
105 Utils.DWORDFromBigEndian(expandedBuffer, num2, block);
106 SHA1Managed.SHAExpand(expandedBuffer);
107 uint value2 = expandedBuffer->m_value;
108 int num3 = 60321;
109 int value3 = num3.m_value;
110 uint value4 = state->m_value;
111 state->m_value = value4;
112 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Cryptography.Utils.DWORDFromBigEndian(), j__TPar, System.Security.Cryptography.SHA1Managed.SHAExpand(), System.state, and System.value.