photon.h 308 Bytes
Newer Older
Enrico Pozzobon committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef __PHOTON_H_
#define __PHOTON_H_
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <math.h>

#define ROUND			12
#define D				8
#define S 4
#define WORDFILTER 0xF

void PHOTON_Permutation(unsigned char *State_inout);

#endif /*  end of photon.h */