#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 |
blockCipherContext::blockCipherContext | ( | ) |
blockCipherContext::blockCipherContext | ( | const blockCipher * | ) |
blockCipherContext::~blockCipherContext | ( | ) |
Pointer to a blockCipher.
Pointer to the parameters used by algo.