BeeCrypt  4.2.1
Public Member Functions | Data Fields
blockCipherContext Struct Reference

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

blockCipherContext::algo

Pointer to a blockCipher.

blockCipherContext::op
blockCipherContext::param

Pointer to the parameters used by algo.


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