Fabcoin Core
0.16.2
P2P Digital Currency
|
Discrete Log (DL) base object implementation. More...
#include <pubkey.h>
Public Types | |
typedef SCHEME_OPTIONS | SchemeOptions |
typedef KEY::Element | Element |
Public Member Functions | |
virtual | ~DL_ObjectImplBase () |
PrivateKey & | AccessPrivateKey () |
PublicKey & | AccessPublicKey () |
const KEY & | GetKey () const |
KEY & | AccessKey () |
Public Member Functions inherited from AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo > | |
std::string | AlgorithmName () const |
Protected Member Functions | |
BASE::KeyInterface & | AccessKeyInterface () |
const BASE::KeyInterface & | GetKeyInterface () const |
HashIdentifier | GetHashIdentifier () const |
size_t | GetDigestSize () const |
Private Attributes | |
KEY | m_key |
Additional Inherited Members | |
Static Public Member Functions inherited from AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo > | |
static std::string CRYPTOPP_API | StaticAlgorithmName () |
Discrete Log (DL) base object implementation.
BASE | TODO |
SCHEME_OPTIONS | options for the scheme |
KEY | key used in the scheme |
typedef KEY::Element DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >::Element |
typedef SCHEME_OPTIONS DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >::SchemeOptions |
|
inlinevirtual |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inlineprotected |
|
private |