Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
DL_PrivateKey_GFP_OldFormat< BASE > Class Template Reference

Discrete Log (DL) private key in GF(p) groups. More...

#include <gfpcrypt.h>

Inheritance diagram for DL_PrivateKey_GFP_OldFormat< BASE >:
[legend]
Collaboration diagram for DL_PrivateKey_GFP_OldFormat< BASE >:
[legend]

Public Member Functions

virtual ~DL_PrivateKey_GFP_OldFormat ()
 
void BERDecode (BufferedTransformation &bt)
 
void DEREncode (BufferedTransformation &bt) const
 

Detailed Description

template<class BASE>
class DL_PrivateKey_GFP_OldFormat< BASE >

Discrete Log (DL) private key in GF(p) groups.

Template Parameters
BASEGroupParameters derived class
Deprecated:
This implementation uses a non-standard Crypto++ key format. New implementations should use DL_PublicKey_GFP and DL_PrivateKey_GFP

Definition at line 638 of file gfpcrypt.h.

Constructor & Destructor Documentation

template<class BASE >
virtual DL_PrivateKey_GFP_OldFormat< BASE >::~DL_PrivateKey_GFP_OldFormat ( )
inlinevirtual

Definition at line 641 of file gfpcrypt.h.

Member Function Documentation

template<class BASE >
void DL_PrivateKey_GFP_OldFormat< BASE >::BERDecode ( BufferedTransformation bt)
inline

Definition at line 643 of file gfpcrypt.h.

Here is the call graph for this function:

template<class BASE >
void DL_PrivateKey_GFP_OldFormat< BASE >::DEREncode ( BufferedTransformation bt) const
inline

Definition at line 666 of file gfpcrypt.h.

Here is the call graph for this function:


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