You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hashcat/include/emu_inc_cipher_aes.h

27 lines
468 B

/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef HC_EMU_INC_CIPHER_AES_H
#define HC_EMU_INC_CIPHER_AES_H
#include "emu_general.h"
#include "inc_vendor.h"
#include "inc_cipher_aes.h"
extern u32a te0[256];
extern u32a te1[256];
extern u32a te2[256];
extern u32a te3[256];
extern u32a te4[256];
extern u32a td0[256];
extern u32a td1[256];
extern u32a td2[256];
extern u32a td3[256];
extern u32a td4[256];
#endif // HC_EMU_INC_CIPHER_AES_H