Fabcoin Core
0.16.2
P2P Digital Currency
|
Base class for a Discrete Log (DL) key. More...
#include <pubkey.h>
Public Member Functions | |
virtual | ~DL_Key () |
virtual const DL_GroupParameters< T > & | GetAbstractGroupParameters () const =0 |
Retrieves abstract group parameters. More... | |
virtual DL_GroupParameters< T > & | AccessAbstractGroupParameters ()=0 |
Retrieves abstract group parameters. More... | |
Base class for a Discrete Log (DL) key.
T | class or type of an element |
The element is usually an Integer, ECP::Point or EC2N::Point
|
pure virtual |
Retrieves abstract group parameters.
Implemented in DL_PublicKeyImpl< GP >, DL_PublicKeyImpl< DL_GroupParameters_EC< EC > >, DL_PrivateKeyImpl< GP >, and DL_PrivateKeyImpl< DL_GroupParameters_EC< EC > >.
|
pure virtual |
Retrieves abstract group parameters.
Implemented in DL_PublicKeyImpl< GP >, DL_PublicKeyImpl< DL_GroupParameters_EC< EC > >, DL_PrivateKeyImpl< GP >, and DL_PrivateKeyImpl< DL_GroupParameters_EC< EC > >.