Crypto++  5.6.3
Free C++ class library of cryptographic schemes
Public Types | Static Public Member Functions | List of all members
LUC_HMP< H > Struct Template Reference

LUC-HMP, based on "Digital signature schemes based on Lucas functions" by Patrick Horster, Markus Michels, Holger Petersen. More...

+ Inheritance diagram for LUC_HMP< H >:

Public Types

typedef PK_FinalTemplate< DL_SignerImpl< SchemeOptions > > Signer
 implements PK_Signer interface
 
typedef PK_FinalTemplate< DL_VerifierImpl< SchemeOptions > > Verifier
 implements PK_Verifier interface
 
typedef DL_GroupParameters_LUC GroupParameters
 
typedef DL_PublicKey_GFP< GroupParametersPublicKey
 
typedef DL_PrivateKey_GFP< GroupParametersPrivateKey
 

Static Public Member Functions

static std::string StaticAlgorithmName ()
 

Detailed Description

template<class H>
struct LUC_HMP< H >

LUC-HMP, based on "Digital signature schemes based on Lucas functions" by Patrick Horster, Markus Michels, Holger Petersen.

Definition at line 261 of file luc.h.


The documentation for this struct was generated from the following file: