Security Scol plugin
|
Encryption transformation. More...
#include <threefish.h>
Protected Member Functions | |
void | ProcessAndXorBlock (const byte *inBlock, const byte *xorBlock, byte *outBlock) const |
Protected Member Functions inherited from Threefish256::Base | |
void | UncheckedSetKey (const byte *userKey, unsigned int keyLength, const NameValuePairs ¶ms) |
Additional Inherited Members | |
Public Types inherited from Threefish_Base< 32 > | |
typedef SecBlock< word64, AllocatorWithCleanup< word64, true > > | AlignedSecBlock64 |
Public Member Functions inherited from Threefish_Base< 32 > | |
void | SetTweak (const NameValuePairs ¶ms) |
Public Member Functions inherited from BlockCipherImpl< Threefish_Info< 32 > > | |
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< 32 > | |
AlignedSecBlock64 | m_wspace |
AlignedSecBlock64 | m_rkey |
AlignedSecBlock64 | m_tweak |
Encryption transformation.
Enc provides implementation for encryption transformation. All key and block sizes are supported.
Definition at line 88 of file threefish.h.
|
protected |
Definition at line 325 of file threefish.cpp.