#define AES_BLOCK_SIZE 16 /* the AES block size in bytes */
#define N_COLS 4 /* the number of columns in the state */
#define AES_BLOCK_SIZE 16 /* the AES block size in bytes */
#define N_COLS 4 /* the number of columns in the state */
typedef unsigned char uint_8t;
typedef unsigned short uint_16t;
typedef unsigned char aes_08t;
typedef unsigned char uint_8t;
typedef unsigned short uint_16t;
typedef unsigned char aes_08t;