|
Crypto++
8.1
Free C++ class library of cryptographic schemes
|
Interface for key derivation algorithms used in DL cryptosystems. More...
Inheritance diagram for DL_KeyDerivationAlgorithm< T >:Public Member Functions | |
| 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 |
Interface for key derivation algorithms used in DL cryptosystems.
| T | Field element |
1.8.14