Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Start()

void System.Sha1ForNonSecretPurposes.Start ( )
inline

Definition at line 13 of file Sha1ForNonSecretPurposes.cs.

14 {
15 if (_w == null)
16 {
17 _w = new uint[85];
18 }
19 _length = 0L;
20 _pos = 0;
21 _w[80] = 1732584193u;
22 _w[81] = 4023233417u;
23 _w[82] = 2562383102u;
24 _w[83] = 271733878u;
25 _w[84] = 3285377520u;
26 }

References System.Sha1ForNonSecretPurposes._length, System.Sha1ForNonSecretPurposes._pos, System.Sha1ForNonSecretPurposes._w, and System.L.