LeviLamina
Loading...
Searching...
No Matches
Hash.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
// auto generated forward declare list
9
// clang-format off
10
namespace
mce {
class
UUID
; }
11
// clang-format on
12
13
namespace
Crypto::Hash {
14
// functions
15
// NOLINTBEGIN
16
MCAPI ::mce::UUID generateUUID(
void
const
* in, uint size, ::Crypto::Hash::HashType type);
17
18
MCAPI ::std::string hash(::Crypto::Hash::HashType type,
void
const
* in, uint size);
19
// NOLINTEND
20
21
}
// namespace Crypto::Hash
mce::UUID
Definition
UUID.h:7
src
mc
deps
crypto
hash
Hash.h
Generated on
for LeviLamina by
1.16.1