Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Library configuration file. More...
Go to the source code of this file.
Macros | |
#define | CRYPTOPP_LITTLE_ENDIAN 1 |
#define | CRYPTOPP_DATA_DIR "" |
#define | CRYPTOPP_SLOW_ARMV8_SHIFT 1 |
#define | GZIP_OS_CODE 0 |
#define | CRYPTOPP_UNUSED(x) ((void)(x)) |
#define | CRYPTOPP_NOINLINE_DOTDOTDOT ... |
#define | CRYPTOPP_NOINLINE |
#define | CRYPTOPP_STATIC_CONSTEXPR static |
#define | CRYPTOPP_CONSTEXPR |
#define | CRYPTOPP_CONSTANT(x) static const int x |
Library configuration file.
config_misc.h
provides miscellaneous defines.
config.h
was split into components in May 2019 to better integrate with Autoconf and its feature tests. The splitting occurred so users could continue to include config.h
while allowing Autoconf to write new config_asm.h
and new config_cxx.h
using its feature tests.
config.h
rather than config_misc.h
directly. Definition in file config_misc.h.
#define CRYPTOPP_LITTLE_ENDIAN 1 |
Definition at line 38 of file config_misc.h.
#define CRYPTOPP_DATA_DIR "" |
Definition at line 47 of file config_misc.h.
#define CRYPTOPP_SLOW_ARMV8_SHIFT 1 |
Definition at line 69 of file config_misc.h.
#define GZIP_OS_CODE 0 |
Definition at line 92 of file config_misc.h.
#define CRYPTOPP_UNUSED | ( | x | ) | ((void)(x)) |
Definition at line 129 of file config_misc.h.
#define CRYPTOPP_NOINLINE_DOTDOTDOT ... |
Definition at line 143 of file config_misc.h.
#define CRYPTOPP_NOINLINE |
Definition at line 144 of file config_misc.h.
#define CRYPTOPP_STATIC_CONSTEXPR static |
Definition at line 152 of file config_misc.h.
#define CRYPTOPP_CONSTEXPR |
Definition at line 153 of file config_misc.h.
#define CRYPTOPP_CONSTANT | ( | x | ) | static const int x |
Definition at line 157 of file config_misc.h.