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

blowfishParam Struct Reference
[Block ciphers: Blowfish]

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

#include <blowfish.h>

List of all members.

Public Attributes

uint32_t p [BLOWFISHPSIZE]
 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.


Member Data Documentation

blowfishParam::fdback
 

Buffer to be used by block chaining or feedback modes.

blowfishParam::p
 

Holds the key expansion.

blowfishParam::s
 

Holds the s-boxes.


The documentation for this struct was generated from the following file:
Generated on Wed Jun 29 23:17:30 2005 for BeeCrypt by  doxygen 1.4.1