BeeCrypt 4.2.1
|
Holds a pointer to a blockcipher as well as its parameters. More...
#include <beecrypt.h>
Public Member Functions | |
blockCipherContext () | |
blockCipherContext (const blockCipher *) | |
~blockCipherContext () | |
Data Fields | |
const blockCipher * | algo |
Pointer to a blockCipher. | |
blockCipherParam * | param |
Pointer to the parameters used by algo. | |
cipherOperation | op |
Holds a pointer to a blockcipher as well as its parameters.
blockCipherContext::blockCipherContext | ( | ) |
blockCipherContext::blockCipherContext | ( | const blockCipher * | ) |
blockCipherContext::~blockCipherContext | ( | ) |
const blockCipher* blockCipherContext::algo |
Pointer to a blockCipher.
cipherOperation blockCipherContext::op |
blockCipherParam* blockCipherContext::param |
Pointer to the parameters used by algo.