Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
LUC signature scheme with appendix. More...
#include <luc.h>
Additional Inherited Members | |
![]() | |
typedef STANDARD | Standard |
see SignatureStandard for a list of standards More... | |
typedef Standard::SignatureMessageEncodingMethod | MessageEncodingMethod |
typedef TF_SignatureSchemeOptions< TF_SS< LUC, STANDARD, H, int >, LUC, MessageEncodingMethod, H > | SchemeOptions |
typedef PK_FinalTemplate< TF_SignerImpl< SchemeOptions > > | Signer |
implements PK_Signer interface More... | |
typedef PK_FinalTemplate< TF_VerifierImpl< SchemeOptions > > | Verifier |
implements PK_Verifier interface More... | |
![]() | |
typedef LUCFunction | PublicKey |
typedef InvertibleLUCFunction | PrivateKey |
![]() | |
static std::string | StaticAlgorithmName () |
![]() | |
static std::string | StaticAlgorithmName () |
LUC signature scheme with appendix.
STANDARD | signature standard |
H | hash transformation |
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.