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. More... | |
blockCipherParam * | param |
Pointer to the parameters used by algo. More... | |
cipherOperation | op |
Holds a pointer to a blockcipher as well as its parameters.
blockCipherContext::blockCipherContext | ( | ) |
blockCipherContext::blockCipherContext | ( | const blockCipher * | ) |
blockCipherContext::~blockCipherContext | ( | ) |
blockCipherContext::algo |
Pointer to a blockCipher.
blockCipherContext::op |
blockCipherContext::param |
Pointer to the parameters used by algo.