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

Go to the source code of this file.

Macros

#define S(a)   Sbox[(a)&0x1ff]
 
#define S0(a)   Sbox[(a)&0xff]
 
#define S1(a)   Sbox[((a)&0xff) + 256]
 

Typedefs

typedef BlockGetAndPut< word32, LittleEndianBlock
 

Macro Definition Documentation

#define S (   a)    Sbox[(a)&0x1ff]

Definition at line 50 of file mars.cpp.

#define S0 (   a)    Sbox[(a)&0xff]

Definition at line 51 of file mars.cpp.

#define S1 (   a)    Sbox[((a)&0xff) + 256]

Definition at line 52 of file mars.cpp.

Typedef Documentation

Definition at line 54 of file mars.cpp.