blowfishParam Struct Reference
[Block ciphers: Blowfish]

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

#include <blowfish.h>


Data Fields

uint32_t p [(16+2)]
 Holds the key expansion.
uint32_t s [1024]
 Holds the s-boxes.
uint32_t fdback [2]
 Buffer to be used by block chaining or feedback modes.


Detailed Description

Holds all the parameters necessary for the Blowfish cipher.

Definition at line 46 of file blowfish.h.


Field Documentation

blowfishParam::fdback
 

Buffer to be used by block chaining or feedback modes.

Definition at line 59 of file blowfish.h.

blowfishParam::p
 

Holds the key expansion.

Definition at line 51 of file blowfish.h.

blowfishParam::s
 

Holds the s-boxes.

Definition at line 55 of file blowfish.h.


The documentation for this struct was generated from the following file:
Generated on Tue May 16 02:49:28 2006 for BeeCrypt by  doxygen 1.4.6