Fabcoin Core
0.16.2
P2P Digital Currency
|
Discrete Log (DL) cryptosystem base implementation. More...
#include <pubkey.h>
Public Types | |
typedef DL_Base< KI >::Element | Element |
Public Member Functions | |
virtual | ~DL_CryptoSystemBase () |
size_t | MaxPlaintextLength (size_t ciphertextLength) const |
size_t | CiphertextLength (size_t plaintextLength) const |
bool | ParameterSupported (const char *name) const |
Protected Member Functions | |
virtual const DL_KeyAgreementAlgorithm< Element > & | GetKeyAgreementAlgorithm () const =0 |
virtual const DL_KeyDerivationAlgorithm< Element > & | GetKeyDerivationAlgorithm () const =0 |
virtual const DL_SymmetricEncryptionAlgorithm & | GetSymmetricEncryptionAlgorithm () const =0 |
Protected Member Functions inherited from DL_Base< KI > | |
virtual | ~DL_Base () |
const DL_GroupParameters< Element > & | GetAbstractGroupParameters () const |
DL_GroupParameters< Element > & | AccessAbstractGroupParameters () |
virtual KeyInterface & | AccessKeyInterface ()=0 |
virtual const KeyInterface & | GetKeyInterface () const =0 |
Additional Inherited Members | |
Protected Types inherited from DL_Base< KI > | |
typedef KI | KeyInterface |
typedef KI::Element | Element |
Discrete Log (DL) cryptosystem base implementation.
PK | field element type |
KI | public or private key interface |
typedef DL_Base<KI>::Element DL_CryptoSystemBase< PK, KI >::Element |
|
inlinevirtual |
|
inline |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
inline |
|
inline |