Fabcoin Core  0.16.2
P2P Digital Currency
List of all members
ESIGN< H, STANDARD > Class Template Reference

ESIGN signature scheme, IEEE P1363a. More...

#include <esign.h>

Inheritance diagram for ESIGN< H, STANDARD >:
[legend]
Collaboration diagram for ESIGN< H, STANDARD >:
[legend]

Additional Inherited Members

- Public Types inherited from TF_SS< ESIGN_Keys, STANDARD, H >
typedef STANDARD Standard
 see SignatureStandard for a list of standards More...
 
typedef Standard::SignatureMessageEncodingMethod MessageEncodingMethod
 
typedef TF_SignatureSchemeOptions< TF_SS< ESIGN_Keys, STANDARD, H, int >, ESIGN_Keys, MessageEncodingMethod, HSchemeOptions
 
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 ESIGN_Keys
typedef ESIGNFunction PublicKey
 
typedef InvertibleESIGNFunction PrivateKey
 
- Public Member Functions inherited from ESIGN_Keys
CRYPTOPP_STATIC_CONSTEXPR const char * StaticAlgorithmName ()
 
- Static Public Member Functions inherited from TF_SS< ESIGN_Keys, STANDARD, H >
static std::string CRYPTOPP_API StaticAlgorithmName ()
 

Detailed Description

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

ESIGN signature scheme, IEEE P1363a.

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

Definition at line 158 of file esign.h.


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