Fabcoin Core
0.16.2
P2P Digital Currency
|
Go to the source code of this file.
Macros | |
#define | EXP(x) exp_tab[(x)] |
#define | LOG(x) log_tab[(x)] |
#define | PHT(x, y) { y += x; x += y; } |
#define | IPHT(x, y) { x -= y; y -= x; } |
Typedefs | |
typedef BlockGetAndPut< byte, BigEndian > | Block |