Crypto++
8.9
Free C++ class library of cryptographic schemes
|
SIMON64 block cipher base implementation. More...
Public Member Functions | |
std::string | AlgorithmName () const |
The algorithm name. More... | |
std::string | AlgorithmProvider () const |
unsigned int | OptimalDataAlignment () const |
Provides input and output data alignment for optimal performance. More... | |
![]() | |
unsigned int | BlockSize () const |
Provides the block size of the algorithm. More... | |
![]() | |
std::string | AlgorithmName () const |
The algorithm name. More... | |
Additional Inherited Members | |
![]() | |
static std::string | StaticAlgorithmName () |
The algorithm name. More... | |
SIMON64 block cipher base implementation.
Provides implementation common to encryption and decryption
|
inline |
unsigned int SIMON64::Base::OptimalDataAlignment | ( | ) | const |