SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
Globals.cpp
Go to the documentation of this file.
1
#include <
sourcepp/crypto/Globals.h
>
2
3
#include <tomcrypt.h>
4
5
namespace
sourcepp::crypto
{
6
7
const
bool
LTM_MATH
= [] {
8
ltc_mp = ltm_desc;
9
return
true
;
10
}();
11
12
const
int
AES_INDEX
= register_cipher(&aes_desc);
13
const
int
SHA256_INDEX
= register_hash(&sha256_desc);
14
const
int
YARROW_INDEX
= register_prng(&yarrow_desc);
15
16
}
// namespace sourcepp::crypto
Globals.h
sourcepp::crypto
Definition
Adler32.h:8
sourcepp::crypto::AES_INDEX
const int AES_INDEX
Definition
Globals.cpp:12
sourcepp::crypto::YARROW_INDEX
const int YARROW_INDEX
Definition
Globals.cpp:14
sourcepp::crypto::LTM_MATH
const bool LTM_MATH
Definition
Globals.cpp:7
sourcepp::crypto::SHA256_INDEX
const int SHA256_INDEX
Definition
Globals.cpp:13
src
sourcepp
crypto
Globals.cpp
Generated on
for SourcePP by
1.16.1