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

Elliptic Curve German Digital Signature Algorithm signature scheme. More...

#include <eccrypto.h>

Inheritance diagram for ECGDSA< EC, H >:
[legend]
Collaboration diagram for ECGDSA< EC, H >:
[legend]

Static Public Member Functions

static std::string CRYPTOPP_API StaticAlgorithmName ()
 
- Static Public Member Functions inherited from DL_SS< DL_Keys_ECGDSA_ISO15946< EC >, DL_Algorithm_ECGDSA_ISO15946< EC >, DL_SignatureMessageEncodingMethod_DSA, H >
static std::string StaticAlgorithmName ()
 

Additional Inherited Members

- Public Types inherited from DL_SS< DL_Keys_ECGDSA_ISO15946< EC >, DL_Algorithm_ECGDSA_ISO15946< EC >, DL_SignatureMessageEncodingMethod_DSA, 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_ECGDSA_ISO15946< EC >
typedef DL_PublicKey_ECGDSA_ISO15946< EC > PublicKey
 
typedef DL_PrivateKey_ECGDSA_ISO15946< EC > PrivateKey
 

Detailed Description

template<class EC, class H>
class ECGDSA< EC, H >

Elliptic Curve German Digital Signature Algorithm signature scheme.

Template Parameters
ECelliptic curve field
HHashTransformation derived class
See also
Erwin Hess, Marcus Schafheutle, and Pascale Serf The Digital Signature Scheme ECGDSA (October 24, 2006)
Since
Crypto++ 5.7

Definition at line 572 of file eccrypto.h.

Member Function Documentation

template<class EC , class H >
static std::string CRYPTOPP_API ECGDSA< EC, H >::StaticAlgorithmName ( )
inlinestatic

Definition at line 578 of file eccrypto.h.


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