AES context structure.
More...
#include <aes.h>
Data Fields |
int | nr |
unsigned long * | rk |
unsigned long | buf [68] |
Detailed Description
AES context structure.
Definition at line 41 of file aes.h.
Field Documentation
unsigned long aes_context::buf[68] |
unaligned data
Definition at line 45 of file aes.h.
number of rounds
Definition at line 43 of file aes.h.
unsigned long* aes_context::rk |
AES round keys
Definition at line 44 of file aes.h.
The documentation for this struct was generated from the following file: