Security Scol plugin
|
CHAM block cipher transformation functions. More...
#include <cham.h>
Protected Member Functions | |
void | UncheckedSetKey (const byte *userKey, unsigned int keyLength, const NameValuePairs ¶ms) |
Protected Attributes | |
SecBlock< word16 > | m_rk |
FixedSizeSecBlock< word16, 4 > | m_x |
unsigned int | m_kw |
Additional Inherited Members | |
![]() | |
unsigned int | BlockSize () const |
![]() | |
std::string | AlgorithmName () const |
The algorithm name. | |
![]() | |
static std::string CRYPTOPP_API | StaticAlgorithmName () |
The algorithm name. | |
CHAM block cipher transformation functions.
Provides implementation common to encryption and decryption
|
protected |
|
mutableprotected |