Crypto++ 8.7
Free C++ class library of cryptographic schemes
List of all members
ECDSA< EC, H > Struct Template Reference

Elliptic Curve DSA (ECDSA) signature scheme. More...

#include <eccrypto.h>

+ Inheritance diagram for ECDSA< EC, H >:

Additional Inherited Members

- Public Types inherited from DL_SS< DL_Keys_ECDSA< EC >, DL_Algorithm_ECDSA< 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_ECDSA< EC >
typedef DL_PublicKey_EC< EC > PublicKey
 
typedef DL_PrivateKey_WithSignaturePairwiseConsistencyTest< DL_PrivateKey_EC< EC >, ECDSA< EC, SHA256 > > PrivateKey
 
- Static Public Member Functions inherited from DL_SS< DL_Keys_ECDSA< EC >, DL_Algorithm_ECDSA< EC >, DL_SignatureMessageEncodingMethod_DSA, H >
static std::string StaticAlgorithmName ()
 

Detailed Description

template<class EC, class H>
struct ECDSA< EC, H >

Elliptic Curve DSA (ECDSA) signature scheme.

Template Parameters
ECelliptic curve field
HHashTransformation derived class
See also
ECDSA
Since
Crypto++ 3.2

Definition at line 377 of file eccrypto.h.


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