Crypto++  8.8
Free C++ class library of cryptographic schemes
Public Member Functions | List of all members
DL_KeyDerivationAlgorithm< T > Class Template Referenceabstract

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
 

Detailed Description

template<class T>
class DL_KeyDerivationAlgorithm< T >

Interface for key derivation algorithms used in DL cryptosystems.

Template Parameters
TField element type or class

Field element T can be Integer, ECP or EC2N.

See also
DLIES, ECIES, ECIES_P1363

Definition at line 1492 of file pubkey.h.


The documentation for this class was generated from the following file: