|
Crypto++
8.9
Free C++ class library of cryptographic schemes
|
P1363 based Key Derivation Method. More...
Inheritance diagram for DL_KeyDerivationAlgorithm_P1363< T, DHAES_MODE, KDF >: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 |
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.