Fabcoin Core
0.16.2
P2P Digital Currency
|
Diffie-Hellman key agreement algorithm. More...
#include <pubkey.h>
Public Types | |
typedef ELEMENT | Element |
Public Types inherited from DL_KeyAgreementAlgorithm< ELEMENT > | |
typedef ELEMENT | Element |
Public Member Functions | |
CRYPTOPP_STATIC_CONSTEXPR const char *CRYPTOPP_API | StaticAlgorithmName () |
virtual | ~DL_KeyAgreementAlgorithm_DH () |
Element | AgreeWithEphemeralPrivateKey (const DL_GroupParameters< Element > ¶ms, const DL_FixedBasePrecomputation< Element > &publicPrecomputation, const Integer &privateExponent) const |
Element | AgreeWithStaticPrivateKey (const DL_GroupParameters< Element > ¶ms, const Element &publicElement, bool validateOtherPublicKey, const Integer &privateExponent) const |
Public Member Functions inherited from DL_KeyAgreementAlgorithm< ELEMENT > | |
virtual | ~DL_KeyAgreementAlgorithm () |
Diffie-Hellman key agreement algorithm.
typedef ELEMENT DL_KeyAgreementAlgorithm_DH< ELEMENT, COFACTOR_OPTION >::Element |
|
inlinevirtual |
|
inlinevirtual |
Implements DL_KeyAgreementAlgorithm< ELEMENT >.
|
inlinevirtual |
Implements DL_KeyAgreementAlgorithm< ELEMENT >.
|
inline |