Crypto++ 8.2
Free C&
|
Encryption transformation. More...
#include <speck.h>
Public Member Functions | |
void | ProcessAndXorBlock (const byte *inBlock, const byte *xorBlock, byte *outBlock) const |
![]() | |
std::string | AlgorithmName () const |
The algorithm name. | |
std::string | AlgorithmProvider () const |
![]() | |
unsigned int | BlockSize () const |
Provides the block size of the algorithm. | |
![]() | |
std::string | AlgorithmName () const |
The algorithm name. | |
Additional Inherited Members | |
![]() | |
static std::string | StaticAlgorithmName () |
The algorithm name. | |
Encryption transformation.
Dec provides implementation for decryption transformation. All key sizes are supported.
void SPECK64::Dec::ProcessAndXorBlock | ( | const byte * | inBlock, |
const byte * | xorBlock, | ||
byte * | outBlock | ||
) | const |