Lightweight Cryptography Primitives
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
aes_key_schedule_t Struct Reference

Structure of the key schedule for AES. More...

#include <internal-aes.h>

Data Fields

uint32_t k [AES_ROUND_KEYS]
 
uint32_t rounds
 

Detailed Description

Structure of the key schedule for AES.

Field Documentation

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


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