Fabcoin Core
0.16.2
P2P Digital Currency
|
LUC signature scheme with appendix. More...
#include <luc.h>
Additional Inherited Members | |
Public Types inherited from TF_SS< LUC, STANDARD, H > | |
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... | |
Public Types inherited from LUC | |
typedef LUCFunction | PublicKey |
typedef InvertibleLUCFunction | PrivateKey |
Static Public Member Functions inherited from TF_SS< LUC, STANDARD, H > | |
static std::string CRYPTOPP_API | StaticAlgorithmName () |
Static Public Member Functions inherited from LUC | |
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.