Crypto++
5.6.3
Free C++ class library of cryptographic schemes
|
LUC signature scheme with appendix. More...
Public Types | |
typedef STANDARD | Standard |
see SignatureStandard for a list of standards | |
typedef Standard::SignatureMessageEncodingMethod | MessageEncodingMethod |
typedef TF_SignatureSchemeOptions< TF_SS< STANDARD, H, LUC, int >, LUC, MessageEncodingMethod, H > | SchemeOptions |
typedef PK_FinalTemplate< TF_SignerImpl< SchemeOptions > > | Signer |
implements PK_Signer interface | |
typedef PK_FinalTemplate< TF_VerifierImpl< SchemeOptions > > | Verifier |
implements PK_Verifier interface | |
typedef LUCFunction | PublicKey |
typedef InvertibleLUCFunction | PrivateKey |
Static Public Member Functions | |
static std::string | StaticAlgorithmName () |
LUC signature scheme with appendix.