LeviLamina
Loading...
Searching...
No Matches
HMAC.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/crypto/hash/HashType.h"
7
8
namespace
Crypto::Hash {
9
10
class
HMAC
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::UntypedStorage<8, 8>
mUnke17119;
15
::ll::UntypedStorage<8, 32>
mUnk1add80;
16
::ll::UntypedStorage<4, 4>
mUnkf50a18;
17
// NOLINTEND
18
19
public
:
20
// prevent constructor by default
21
HMAC
& operator=(
HMAC
const
&);
22
HMAC
(
HMAC
const
&);
23
HMAC
();
24
25
public
:
26
// member functions
27
// NOLINTBEGIN
28
MCAPI
HMAC
(::Crypto::Hash::HashType type, ::std::string
const
& key,
int
resultSize);
29
30
MCAPI
void
signAndAppend(::std::string
const
& data, ::std::string& out, uint64 counter);
31
// NOLINTEND
32
33
public
:
34
// constructor thunks
35
// NOLINTBEGIN
36
MCAPI
void
* $ctor(::Crypto::Hash::HashType type, ::std::string
const
& key,
int
resultSize);
37
// NOLINTEND
38
};
39
40
}
// namespace Crypto::Hash
Crypto::Hash::HMAC
Definition
HMAC.h:10
ll::UntypedStorage
Definition
Alias.h:14
src
mc
network
crypto
hash
HMAC.h
Generated on Sat Apr 26 2025 05:55:46 for LeviLamina by
1.12.0