Crypto++ 8.9
Free C++ class library of cryptographic schemes
List of all members
ESIGN< H, STANDARD > Struct Template Reference

ESIGN signature scheme, IEEE P1363a. More...

#include <esign.h>

+ Inheritance diagram for ESIGN< H, STANDARD >:

Additional Inherited Members

- Public Types inherited from TF_SS< KEYS, STANDARD, H, ALG_INFO >
typedef STANDARD Standard
 see SignatureStandard for a list of standards
 
typedef Standard::SignatureMessageEncodingMethod MessageEncodingMethod
 
typedef TF_SignatureSchemeOptions< ALG_INFO, KEYS, 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
 
- Static Public Member Functions inherited from TF_SS< KEYS, STANDARD, H, ALG_INFO >
static std::string StaticAlgorithmName ()
 

Detailed Description

template<class H, class STANDARD = P1363_EMSA5>
struct ESIGN< H, STANDARD >

ESIGN signature scheme, IEEE P1363a.

Template Parameters
HHashTransformation derived class
STANDARDSignature encoding method
Since
Crypto++ 5.0

Definition at line 163 of file esign.h.


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