aesParam Struct Reference
[Block ciphers: AES]

Holds all the parameters necessary for the AES cipher. More...

#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.


Detailed Description

Holds all the parameters necessary for the AES cipher.

Definition at line 35 of file aes.h.


Field Documentation

aesParam::fdback
 

Buffer to be used by block chaining or feedback modes.

Definition at line 48 of file aes.h.

aesParam::k
 

Holds the key expansion.

Definition at line 40 of file aes.h.

aesParam::nr
 

Number of rounds to be used in encryption/decryption.

Definition at line 44 of file aes.h.


The documentation for this struct was generated from the following file:
Generated on Mon Feb 20 18:50:31 2006 for BeeCrypt by  doxygen 1.4.5