Crypto++
8.9
Free C++ class library of cryptographic schemes
|
Encryption transformation. More...
Additional Inherited Members | |
![]() | |
typedef SecBlock< word64, AllocatorWithCleanup< word64, true > > | AlignedSecBlock64 |
![]() | |
void | SetTweak (const NameValuePairs ¶ms) |
![]() | |
unsigned int | BlockSize () const |
Provides the block size of the algorithm. More... | |
![]() | |
std::string | AlgorithmName () const |
The algorithm name. More... | |
![]() | |
static std::string | StaticAlgorithmName () |
The algorithm name. More... | |
![]() | |
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 176 of file threefish.h.