![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
Library configuration file. More...
Go to the source code of this file.
Typedefs | |
| typedef unsigned char | byte |
| typedef unsigned short | word16 |
| typedef unsigned int | word32 |
| typedef unsigned long long | word64 |
| typedef word64 | lword |
| typedef word16 | hword |
| typedef word32 | word |
| typedef word64 | dword |
Variables | |
| const lword | LWORD_MAX = W64LIT(0xffffffffffffffff) |
| const unsigned int | WORD_SIZE = sizeof(word) |
| const unsigned int | WORD_BITS = WORD_SIZE * 8 |
Library configuration file.
Definition in file config.h.
| #define CRYPTOPP_DLL_TEMPLATE_CLASS CRYPTOPP_EXTERN_DLL_TEMPLATE_CLASS |
| #define CRYPTOPP_EXTERN_DLL_TEMPLATE_CLASS extern template class CRYPTOPP_DLL |
| #define CRYPTOPP_EXTERN_STATIC_TEMPLATE_CLASS extern template class |
| #define CRYPTOPP_STATIC_TEMPLATE_CLASS CRYPTOPP_EXTERN_STATIC_TEMPLATE_CLASS |
| #define CRYPTOPP_USER_PRIORITY (CRYPTOPP_INIT_PRIORITY + 101) |
1.8.11