Fabcoin Core  0.16.2
P2P Digital Currency
Static Public Member Functions | List of all members
DSA2< H > Class Template Reference

DSA signature scheme. More...

#include <gfpcrypt.h>

Inheritance diagram for DSA2< H >:
[legend]
Collaboration diagram for DSA2< H >:
[legend]

Static Public Member Functions

static std::string CRYPTOPP_API StaticAlgorithmName ()
 
- Static Public Member Functions inherited from DL_SS< DL_Keys_DSA, DL_Algorithm_GDSA< Integer >, DL_SignatureMessageEncodingMethod_DSA, H, DSA2< H > >
static std::string StaticAlgorithmName ()
 

Additional Inherited Members

- Public Types inherited from DL_SS< DL_Keys_DSA, DL_Algorithm_GDSA< Integer >, DL_SignatureMessageEncodingMethod_DSA, H, DSA2< H > >
typedef PK_FinalTemplate< DL_SignerImpl< SchemeOptions > > Signer
 implements PK_Signer interface More...
 
typedef PK_FinalTemplate< DL_VerifierImpl< SchemeOptions > > Verifier
 implements PK_Verifier interface More...
 
- Public Types inherited from DL_Keys_DSA
typedef DL_PublicKey_GFP< DL_GroupParameters_DSAPublicKey
 
typedef DL_PrivateKey_WithSignaturePairwiseConsistencyTest< DL_PrivateKey_GFP< DL_GroupParameters_DSA >, DSA2< SHA > > PrivateKey
 

Detailed Description

template<class H>
class DSA2< H >

DSA signature scheme.

Template Parameters
HHashTransformation derived class

The class is named DSA2 instead of DSA for backwards compatibility because DSA was a non-template class.

See also
DSA, as specified in FIPS 186-3
Since
Crypto++ 1.0 for DSA, Crypto++ 5.6.2 for DSA2

Definition at line 728 of file gfpcrypt.h.

Member Function Documentation

template<class H >
static std::string CRYPTOPP_API DSA2< H >::StaticAlgorithmName ( )
inlinestatic

Definition at line 754 of file gfpcrypt.h.


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