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

Go to the source code of this file.

Macros

#define f(x)
 

Typedefs

typedef BlockGetAndPut< word32, LittleEndianBlock
 

Macro Definition Documentation

#define f (   x)
Value:
( t=x, \
sTable[3][GETBYTE(t, 3)] ^ sTable[2][GETBYTE(t, 2)] \
^ sTable[1][GETBYTE(t, 1)] ^ sTable[0][GETBYTE(t, 0)] )
#define x(i)
#define GETBYTE(x, y)
Definition: misc.h:610

Definition at line 57 of file gost.cpp.

Typedef Documentation

Definition at line 61 of file gost.cpp.