Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Classes for the SIMECK block cipher. More...
Go to the source code of this file.
Classes | |
struct | SIMECK32_Info |
SIMECK block cipher information. More... | |
struct | SIMECK64_Info |
SIMECK block cipher information. More... | |
class | SIMECK32 |
SIMECK 32-bit block cipher. More... | |
class | SIMECK32::Base |
SIMECK block cipher transformation functions. More... | |
class | SIMECK32::Enc |
Encryption transformation. More... | |
class | SIMECK32::Dec |
Decryption transformation. More... | |
class | SIMECK64 |
SIMECK 64-bit block cipher. More... | |
class | SIMECK64::Base |
SIMECK block cipher transformation functions. More... | |
class | SIMECK64::Enc |
Encryption transformation. More... | |
class | SIMECK64::Dec |
Decryption transformation. More... | |
Typedefs | |
typedef SIMECK32::Encryption | SIMECK32Encryption |
typedef SIMECK32::Decryption | SIMECK32Decryption |
typedef SIMECK64::Encryption | SIMECK64Encryption |
typedef SIMECK64::Decryption | SIMECK64Decryption |