Fabcoin Core
0.16.2
P2P Digital Currency
|
Discrete Log (DL) object implementation. More...
#include <pubkey.h>
Public Types | |
typedef KEY::Element | Element |
Public Types inherited from DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY > | |
typedef SCHEME_OPTIONS | SchemeOptions |
typedef KEY::Element | Element |
Public Member Functions | |
virtual | ~DL_ObjectImpl () |
Public Member Functions inherited from DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY > | |
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 | |
const DL_ElgamalLikeSignatureAlgorithm< Element > & | GetSignatureAlgorithm () const |
const DL_KeyAgreementAlgorithm< Element > & | GetKeyAgreementAlgorithm () const |
const DL_KeyDerivationAlgorithm< Element > & | GetKeyDerivationAlgorithm () const |
const DL_SymmetricEncryptionAlgorithm & | GetSymmetricEncryptionAlgorithm () const |
HashIdentifier | GetHashIdentifier () const |
const PK_SignatureMessageEncodingMethod & | GetMessageEncodingInterface () const |
Protected Member Functions inherited from DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY > | |
BASE::KeyInterface & | AccessKeyInterface () |
const BASE::KeyInterface & | GetKeyInterface () const |
HashIdentifier | GetHashIdentifier () const |
size_t | GetDigestSize () const |
Additional Inherited Members | |
Static Public Member Functions inherited from AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo > | |
static std::string CRYPTOPP_API | StaticAlgorithmName () |
Discrete Log (DL) object implementation.
BASE | TODO |
SCHEME_OPTIONS | options for the scheme |
KEY | key used in the scheme |
typedef KEY::Element DL_ObjectImpl< BASE, SCHEME_OPTIONS, KEY >::Element |
|
inlinevirtual |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |