Rizin
unix-like reverse engineering framework and cli tools
|
#include <aes-internal.h>
Public Attributes | |
uint8_t | sbox [0x100] |
uint32_t | table [AES_TABLE_SIZE][0x100] |
Definition at line 53 of file aes-internal.h.
uint8_t aes_table::sbox[0x100] |
Definition at line 55 of file aes-internal.h.
uint32_t aes_table::table[AES_TABLE_SIZE][0x100] |
Definition at line 56 of file aes-internal.h.