Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | List of all members
DL_Keys_EC< EC > Class Template Reference

Elliptic Curve Discrete Log (DL) keys. More...

#include <eccrypto.h>

Inheritance diagram for DL_Keys_EC< EC >:
[legend]

Public Types

typedef DL_PublicKey_EC< EC > PublicKey
 
typedef DL_PrivateKey_EC< EC > PrivateKey
 

Detailed Description

template<class EC>
class DL_Keys_EC< EC >

Elliptic Curve Discrete Log (DL) keys.

Template Parameters
ECelliptic curve field

Definition at line 317 of file eccrypto.h.

Member Typedef Documentation

template<class EC >
typedef DL_PrivateKey_EC<EC> DL_Keys_EC< EC >::PrivateKey

Definition at line 320 of file eccrypto.h.

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

Definition at line 319 of file eccrypto.h.


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