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