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

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

#include <gfpcrypt.h>

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

Public Member Functions

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

Detailed Description

template<class BASE>
class DL_PublicKey_GFP_OldFormat< BASE >

Discrete Log (DL) public 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 593 of file gfpcrypt.h.

Constructor & Destructor Documentation

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

Definition at line 596 of file gfpcrypt.h.

Member Function Documentation

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

Definition at line 598 of file gfpcrypt.h.

Here is the call graph for this function:

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

Definition at line 620 of file gfpcrypt.h.

Here is the call graph for this function:


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