LeviLamina
Loading...
Searching...
No Matches
CSHA1.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
CSHA1 {
6
public
:
7
// CSHA1 inner types define
8
enum class
REPORT_TYPE :
int
{
9
Hex = 0,
10
Digit = 1,
11
HexShort = 2,
12
};
13
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<4, 20>
mUnk4559ac;
18
::ll::UntypedStorage<4, 8>
mUnk7068c2;
19
::ll::UntypedStorage<4, 4>
mUnkd21733;
20
::ll::UntypedStorage<1, 64>
mUnkb78ee3;
21
::ll::UntypedStorage<1, 20>
mUnk3ec896;
22
::ll::UntypedStorage<4, 12>
mUnk3bbf1b;
23
::ll::UntypedStorage<1, 64>
mUnk1f7c52;
24
::ll::UntypedStorage<8, 8>
mUnkb04bdb;
25
// NOLINTEND
26
27
public
:
28
// prevent constructor by default
29
CSHA1& operator=(CSHA1
const
&);
30
CSHA1(CSHA1
const
&);
31
32
public
:
33
// member functions
34
// NOLINTBEGIN
35
MCAPI CSHA1();
36
37
MCAPI
void
Final();
38
39
MCFOLD uchar* GetHash()
const
;
40
41
#ifdef LL_PLAT_C
42
MCAPI
bool
ReportHash_a(
char
* tszReport, ::CSHA1::REPORT_TYPE rtReportType)
const
;
43
#endif
44
45
MCFOLD
void
Reset();
46
47
MCAPI
void
Transform(uint* pState, uchar
const
* pBuffer);
48
49
MCAPI
void
Update(uchar
const
* pbData, uint uLen);
50
51
MCAPI ~CSHA1();
52
// NOLINTEND
53
54
public
:
55
// constructor thunks
56
// NOLINTBEGIN
57
MCAPI
void
* $ctor();
58
// NOLINTEND
59
60
public
:
61
// destructor thunk
62
// NOLINTBEGIN
63
MCFOLD
void
$dtor();
64
// NOLINTEND
65
};
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
raknet
CSHA1.h
Generated on
for LeviLamina by
1.16.1