LeviLamina
Loading...
Searching...
No Matches
AesContext.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/nether_net/utils/ErrorOr.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
NetherNet {
struct
View; }
11
// clang-format on
12
13
namespace
NetherNet {
14
15
class
AesContext
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 16>
mUnk967e22;
20
::ll::UntypedStorage<8, 24>
mUnk5eff5e;
21
::ll::UntypedStorage<8, 24>
mUnk4b4b42;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
AesContext
& operator=(
AesContext
const
&);
27
AesContext
(
AesContext
const
&);
28
AesContext
();
29
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
MCNAPI ::NetherNet::ErrorOr<::NetherNet::View, ::std::error_code>
Open
(
::NetherNet::View
envelope);
34
35
MCNAPI ::NetherNet::ErrorOr<::NetherNet::View, ::std::error_code>
Seal
(
::NetherNet::View
plaintext);
36
// NOLINTEND
37
};
38
39
}
// namespace NetherNet
NetherNet::AesContext
Definition
AesContext.h:15
NetherNet::AesContext::Open
MCAPI ::NetherNet::ErrorOr<::NetherNet::View, ::std::error_code > Open(::NetherNet::View envelope)
NetherNet::AesContext::Seal
MCAPI ::NetherNet::ErrorOr<::NetherNet::View, ::std::error_code > Seal(::NetherNet::View plaintext)
NetherNet::View
Definition
View.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
nether_net
AesContext.h
Generated on Fri Jun 13 2025 05:04:25 for LeviLamina by
1.12.0