Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
P1363 based Key Derivation Method. More...
#include <gfpcrypt.h>
Public Member Functions | |
bool | ParameterSupported (const char *name) const |
void | Derive (const DL_GroupParameters< T > ¶ms, byte *derivedKey, size_t derivedLength, const T &agreedElement, const T &ephemeralPublicKey, const NameValuePairs ¶meters) const |
virtual bool | ParameterSupported (const char *name) const |
virtual void | Derive (const DL_GroupParameters< T > &groupParams, byte *derivedKey, size_t derivedLength, const T &agreedElement, const T &ephemeralPublicKey, const NameValuePairs &derivationParams) const =0 |
P1363 based Key Derivation Method.
T | FieldElement type or class |
DHAES_MODE | flag indicating DHAES mode |
KDF | key derivation function |
FieldElement T
can be Integer, ECP or EC2N.
Definition at line 958 of file gfpcrypt.h.
|
inlinevirtual |
Definition at line 961 of file gfpcrypt.h.
|
inlinevirtual |
Reimplemented from DL_KeyDerivationAlgorithm< T >.
Definition at line 963 of file gfpcrypt.h.
|
inlinevirtual |
Implements DL_KeyDerivationAlgorithm< T >.
Definition at line 964 of file gfpcrypt.h.