Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
DL_KeyDerivationAlgorithm_P1363< T, DHAES_MODE, KDF > Class Template Reference

_ More...

#include <gfpcrypt.h>

Inheritance diagram for DL_KeyDerivationAlgorithm_P1363< T, DHAES_MODE, KDF >:
[legend]
Collaboration diagram for DL_KeyDerivationAlgorithm_P1363< T, DHAES_MODE, KDF >:
[legend]

Public Member Functions

virtual ~DL_KeyDerivationAlgorithm_P1363 ()
 
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
 
- Public Member Functions inherited from DL_KeyDerivationAlgorithm< T >
virtual ~DL_KeyDerivationAlgorithm ()
 

Detailed Description

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

_

Definition at line 878 of file gfpcrypt.h.

Constructor & Destructor Documentation

template<class T , bool DHAES_MODE, class KDF >
virtual DL_KeyDerivationAlgorithm_P1363< T, DHAES_MODE, KDF >::~DL_KeyDerivationAlgorithm_P1363 ( )
inlinevirtual

Definition at line 881 of file gfpcrypt.h.

Member Function Documentation

template<class T , bool DHAES_MODE, class KDF >
void DL_KeyDerivationAlgorithm_P1363< T, DHAES_MODE, KDF >::Derive ( const DL_GroupParameters< T > &  params,
byte derivedKey,
size_t  derivedLength,
const T agreedElement,
const T ephemeralPublicKey,
const NameValuePairs parameters 
) const
inlinevirtual

Implements DL_KeyDerivationAlgorithm< T >.

Definition at line 884 of file gfpcrypt.h.

Here is the call graph for this function:

template<class T , bool DHAES_MODE, class KDF >
bool DL_KeyDerivationAlgorithm_P1363< T, DHAES_MODE, KDF >::ParameterSupported ( const char *  name) const
inlinevirtual

Reimplemented from DL_KeyDerivationAlgorithm< T >.

Definition at line 883 of file gfpcrypt.h.


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