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]

Public Member Functions

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

Data Fields

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 (  ) 


Field Documentation

Pointer to a blockCipher.

Pointer to the parameters used by algo.


The documentation for this struct was generated from the following file:

Generated on Fri Jun 19 13:38:57 2009 for BeeCrypt by  doxygen 1.5.8