BeeCrypt  4.2.1
Data Fields
aesParam Struct Reference

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

#include <aes.h>

Data Fields

uint32_t k [64]
 Holds the key expansion. More...
 
uint32_t nr
 Number of rounds to be used in encryption/decryption. More...
 
uint32_t fdback [4]
 Buffer to be used by block chaining or feedback modes. More...
 

Detailed Description

Holds all the parameters necessary for the AES cipher.

Field 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: