Fabcoin Core
0.16.2
P2P Digital Currency
|
Go to the source code of this file.
Macros | |
#define | low16(x) ((x)&0xffff) |
#define | high16(x) ((x)>>16) |
#define | DirectMUL(a, b) |
#define | MUL(a, b) DirectMUL(a,b) |
Functions | |
CRYPTOPP_COMPILE_ASSERT (sizeof(IDEA::Word) >=2) | |
CRYPTOPP_COMPILE_ASSERT | ( | sizeof(IDEA::Word) >= | 2 | ) |