Security Scol plugin
|
Threefish block cipher transformation functions. More...
#include <threefish.h>
Protected Member Functions | |
void | UncheckedSetKey (const byte *userKey, unsigned int keyLength, const NameValuePairs ¶ms) |
Additional Inherited Members | |
Public Types inherited from Threefish_Base< 128 > | |
typedef SecBlock< word64, AllocatorWithCleanup< word64, true > > | AlignedSecBlock64 |
Public Member Functions inherited from Threefish_Base< 128 > | |
void | SetTweak (const NameValuePairs ¶ms) |
Public Member Functions inherited from BlockCipherImpl< Threefish_Info< 128 > > | |
unsigned int | BlockSize () const |
Public Member Functions inherited from AlgorithmImpl< BASE, ALGORITHM_INFO > | |
std::string | AlgorithmName () const |
The algorithm name. | |
Static Public Member Functions inherited from AlgorithmImpl< BASE, ALGORITHM_INFO > | |
static std::string CRYPTOPP_API | StaticAlgorithmName () |
The algorithm name. | |
Public Attributes inherited from Threefish_Base< 128 > | |
AlignedSecBlock64 | m_wspace |
AlignedSecBlock64 | m_rkey |
AlignedSecBlock64 | m_tweak |
Threefish block cipher transformation functions.
Provides implementation common to encryption and decryption
Definition at line 166 of file threefish.h.
|
protected |
Definition at line 433 of file threefish.cpp.