Fabcoin Core  0.16.2
P2P Digital Currency
Static Public Member Functions | List of all members
P1363_KDF2< H > Class Template Reference

#include <pubkey.h>

Static Public Member Functions

static void CRYPTOPP_API DeriveKey (byte *output, size_t outputLength, const byte *input, size_t inputLength, const byte *derivationParams, size_t derivationParamsLength)
 

Detailed Description

template<class H>
class P1363_KDF2< H >

Definition at line 712 of file pubkey.h.

Member Function Documentation

template<class H >
static void CRYPTOPP_API P1363_KDF2< H >::DeriveKey ( byte output,
size_t  outputLength,
const byte input,
size_t  inputLength,
const byte derivationParams,
size_t  derivationParamsLength 
)
inlinestatic

Definition at line 715 of file pubkey.h.

Here is the call graph for this function:

Here is the caller graph for this function:


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