blockCipherContext Struct Reference
[Block ciphers]

Holds a pointer to a blockcipher as well as its parameters. More...

#include <beecrypt.h>

Collaboration diagram for blockCipherContext:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 blockCipherContext ()
 blockCipherContext (const blockCipher *)
 ~blockCipherContext ()

Public Attributes

const blockCipheralgo
 Pointer to a blockCipher.
blockCipherParamparam
 Pointer to the parameters used by algo.
cipherOperation op

Detailed Description

Holds a pointer to a blockcipher as well as its parameters.

Warning:
A context can be used by only one thread at the same time.


Constructor & Destructor Documentation

blockCipherContext::blockCipherContext (  ) 

blockCipherContext::blockCipherContext ( const blockCipher  ) 

blockCipherContext::~blockCipherContext (  ) 


Member Data Documentation

blockCipherContext::algo

Pointer to a blockCipher.

blockCipherContext::param

Pointer to the parameters used by algo.

blockCipherContext::op


The documentation for this struct was generated from the following file:
Generated on Wed Aug 22 06:25:24 2007 for BeeCrypt by  doxygen 1.5.2