Lightweight Cryptography Primitives
|
Structure of the key schedule for AES. More...
#include <internal-aes.h>
Data Fields | |
uint32_t | k [AES_ROUND_KEYS] |
uint32_t | rounds |
Structure of the key schedule for AES.
uint32_t aes_key_schedule_t::k[AES_ROUND_KEYS] |
Pre-computed round keys for AES
uint32_t aes_key_schedule_t::rounds |
Number of rounds to perform