Crypto++ 8.7
Free C++ class library of cryptographic schemes
Public Types | List of all members
DL_Keys_ECDSA< EC > Struct Template Reference

Elliptic Curve DSA keys. More...

#include <eccrypto.h>

+ Inheritance diagram for DL_Keys_ECDSA< EC >:

Public Types

typedef DL_PublicKey_EC< EC > PublicKey
 
typedef DL_PrivateKey_WithSignaturePairwiseConsistencyTest< DL_PrivateKey_EC< EC >, ECDSA< EC, SHA256 > > PrivateKey
 

Detailed Description

template<class EC>
struct DL_Keys_ECDSA< EC >

Elliptic Curve DSA keys.

Template Parameters
ECelliptic curve field
Since
Crypto++ 3.2

Definition at line 334 of file eccrypto.h.

Member Typedef Documentation

◆ PublicKey

template<class EC >
typedef DL_PublicKey_EC<EC> DL_Keys_ECDSA< EC >::PublicKey

Definition at line 336 of file eccrypto.h.

◆ PrivateKey

Definition at line 337 of file eccrypto.h.


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