-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathal_protocol.h
11 lines (9 loc) · 11.7 KB
/
al_protocol.h
1
2
3
4
5
6
7
8
9
10
11
#ifndef al_protocol_h
#define al_protocol_h
#include <vector>
class al_protocol{
public:
enum element{ PBOX=61, X2A1=300, AESX2=81, BR=70, AND=20, OR=21, NOT=10, XOR=60, LUT=520, MAS=600, SH=271, MM=900, GFM=1200, PER=500};
enum element_area{ PBOX_A=401, X2A1_A=1500, AESX2_A=401,BR_A=549, AND_A=512, OR_A=376, NOT_A=24, XOR_A=216, LUT_A=110000, MAS_A=1283, SH_A=2003, MM_A=3898, GFM_A=7538, PER_A=10000};
};
#endif static double element_delay[];