Crypto++  8.8
Free C++ class library of cryptographic schemes
Public Member Functions | List of all members
DL_KeyDerivationAlgorithm_P1363< T, DHAES_MODE, KDF > Class Template Reference

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 > &params, byte *derivedKey, size_t derivedLength, const T &agreedElement, const T &ephemeralPublicKey, const NameValuePairs &parameters) const
 

Detailed Description

template<class T, bool DHAES_MODE, class KDF>
class DL_KeyDerivationAlgorithm_P1363< T, DHAES_MODE, KDF >

P1363 based Key Derivation Method.

Template Parameters
TFieldElement type or class
DHAES_MODEflag indicating DHAES mode
KDFkey derivation function

FieldElement T can be Integer, ECP or EC2N.

Definition at line 958 of file gfpcrypt.h.


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