Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
LUC encryption scheme. More...
#include <luc.h>
Additional Inherited Members | |
![]() | |
typedef STANDARD | Standard |
see EncryptionStandard for a list of standards More... | |
typedef TF_CryptoSchemeOptions< TF_ES< LUC, STANDARD, int >, LUC, MessageEncodingMethod > | SchemeOptions |
typedef PK_FinalTemplate< TF_DecryptorImpl< SchemeOptions > > | Decryptor |
implements PK_Decryptor interface More... | |
typedef PK_FinalTemplate< TF_EncryptorImpl< SchemeOptions > > | Encryptor |
implements PK_Encryptor interface More... | |
![]() | |
typedef LUCFunction | PublicKey |
typedef InvertibleLUCFunction | PrivateKey |
![]() | |
static std::string | StaticAlgorithmName () |
![]() | |
static std::string | StaticAlgorithmName () |
LUC encryption scheme.
STANDARD | signature standard |
This class is here for historical and pedagogical interest. It has no practical advantages over other trapdoor functions and probably shouldn't be used in production software. The discrete log based LUC schemes defined later in this .h file may be of more practical interest.