#ifndef __PHOTON_H_ #define __PHOTON_H_ #include #include #include #include #include #define ROUND 12 #define D 8 #define S 4 #define WORDFILTER 0xF void PHOTON_Permutation(unsigned char *State_inout); #endif /* end of photon.h */