Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

aesParam Struct Reference
[Block ciphers: AES]

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

#include <aes.h>

List of all members.

Public Attributes

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.


Member Data Documentation

aesParam::fdback
 

Buffer to be used by block chaining or feedback modes.

aesParam::k
 

Holds the key expansion.

aesParam::nr
 

Number of rounds to be used in encryption/decryption.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 20 10:10:29 2005 for BeeCrypt by  doxygen 1.4.0