#include <Rijndael.h>
Public Attributes | |
BYTE | direction |
int | keyLen |
Key used for encrypting or decrypting? | |
char | keyMaterial [MAX_KEY_SIZE+1] |
Length of the key. | |
int | blockLen |
The following parameters are algorithm dependent, replace or add as necessary. | |
word8 | keySched [MAXROUNDS+1][4][4] |
block length |
Definition at line 89 of file Rijndael.h.
The following parameters are algorithm dependent, replace or add as necessary.
Raw key data in ASCII, e.g., user input or KAT values
Definition at line 94 of file Rijndael.h.
Definition at line 90 of file Rijndael.h.
Key used for encrypting or decrypting?
Definition at line 91 of file Rijndael.h.
char keyInstance::keyMaterial[MAX_KEY_SIZE+1] |
Length of the key.
Definition at line 92 of file Rijndael.h.
word8 keyInstance::keySched[MAXROUNDS+1][4][4] |
block length
Definition at line 95 of file Rijndael.h.