Security Scol plugin
|
Encryption transformation. More...
#include <lea.h>
Public Member Functions | |
void | ProcessAndXorBlock (const byte *inBlock, const byte *xorBlock, byte *outBlock) const |
![]() | |
unsigned int | BlockSize () const |
![]() | |
std::string | AlgorithmName () const |
The algorithm name. | |
Additional Inherited Members | |
![]() | |
static std::string CRYPTOPP_API | StaticAlgorithmName () |
The algorithm name. | |
![]() | |
void | UncheckedSetKey (const byte *userKey, unsigned int keyLength, const NameValuePairs ¶ms) |
std::string | AlgorithmProvider () const |
![]() | |
SecBlock< word32 > | m_rkey |
SecBlock< word32 > | m_temp |
unsigned int | m_rounds |
Encryption transformation.
Enc provides implementation for encryption transformation. All key and block sizes are supported.