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

Go to the source code of this file.

Macros

#define MX   ((z>>5^y<<2)+(y>>3^z<<4))^((sum^y)+(m_k[(p&3)^e]^z))
 

Typedefs

typedef BlockGetAndPut< word32, BigEndianBlock
 

Macro Definition Documentation

#define MX   ((z>>5^y<<2)+(y>>3^z<<4))^((sum^y)+(m_k[(p&3)^e]^z))

Definition at line 104 of file tea.cpp.

Typedef Documentation

Definition at line 10 of file tea.cpp.