Rizin
unix-like reverse engineering framework and cli tools
aes_table Struct Reference

#include <aes-internal.h>

Public Attributes

uint8_t sbox [0x100]
 
uint32_t table [AES_TABLE_SIZE][0x100]
 

Detailed Description

Definition at line 53 of file aes-internal.h.

Member Data Documentation

◆ sbox

uint8_t aes_table::sbox[0x100]

Definition at line 55 of file aes-internal.h.

◆ table

uint32_t aes_table::table[AES_TABLE_SIZE][0x100]

Definition at line 56 of file aes-internal.h.


The documentation for this struct was generated from the following file: