AES cipher ctx structure. More...
#include <aes.h>
Data Fields | |
uint32_t | roundkeys [124] |
size_t | roundkeylen |
size_t | rounds |
uint8_t * | nonce |
AES cipher ctx structure.
Contains the expanded round-key array, round count, and a pointer to the nonce.
uint8_t* nonce |
[uint8_t*] Pointer to the nonce or initialization vector
size_t roundkeylen |
[size_t] Number of round-key elements
uint32_t roundkeys[124] |
[uint32_t] Round-key array as 32-bit sub-keys for software-based AES
size_t rounds |
[size_t] Number of transformation rounds