17 lines
383 B
C
17 lines
383 B
C
|
#ifndef __ATJ_TABLES__
|
||
|
#define __ATJ_TABLES__
|
||
|
|
||
|
uint8_t g_check_block_A_table[1024];
|
||
|
uint8_t g_decode_B_table[20];
|
||
|
uint32_t g_xor_key[9];
|
||
|
uint32_t g_crypto_table[8];
|
||
|
uint32_t g_crypto_table2[8];
|
||
|
uint32_t g_crypto_key6[8];
|
||
|
uint32_t g_crypto_key3[6];
|
||
|
uint32_t g_crypto_key4[6];
|
||
|
uint32_t g_crypto_key5[6];
|
||
|
uint32_t g_crypto_data[8];
|
||
|
uint32_t g_crypto_data3[6];
|
||
|
|
||
|
#endif // __ATJ_TABLES__
|