Fabcoin Core  0.16.2
P2P Digital Currency
Macros | Typedefs
safer.cpp File Reference
#include "pch.h"
#include "safer.h"
#include "misc.h"
#include "argnames.h"
Include dependency graph for safer.cpp:

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, BigEndianBlock
 

Macro Definition Documentation

#define EXP (   x)    exp_tab[(x)]

Definition at line 50 of file safer.cpp.

#define IPHT (   x,
 
)    { x -= y; y -= x; }

Definition at line 53 of file safer.cpp.

#define LOG (   x)    log_tab[(x)]

Definition at line 51 of file safer.cpp.

#define PHT (   x,
 
)    { y += x; x += y; }

Definition at line 52 of file safer.cpp.

Typedef Documentation

Definition at line 103 of file safer.cpp.