#include <aes.h>
Data Fields | |
uint32_t | k [64] |
Holds the key expansion. | |
uint32_t | nr |
Number of rounds to be used in encryption/decryption. | |
uint32_t | fdback [4] |
Buffer to be used by block chaining or feedback modes. |
Definition at line 35 of file aes.h.
|
Buffer to be used by block chaining or feedback modes.
|
|
Holds the key expansion.
|
|
Number of rounds to be used in encryption/decryption.
|