Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
LUC encryption scheme. More...
#include <luc.h>
Additional Inherited Members | |
Public Types inherited from TF_ES< LUC, STANDARD > | |
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... | |
Public Types inherited from LUC | |
typedef LUCFunction | PublicKey |
typedef InvertibleLUCFunction | PrivateKey |
Static Public Member Functions inherited from TF_ES< LUC, STANDARD > | |
static std::string | StaticAlgorithmName () |
Static Public Member Functions inherited from LUC | |
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.