Crypto++ 8.2
Free C&
Static Public Member Functions | List of all members
P1363_KDF2< H > Class Template Reference

P1363 key derivation function. More...

#include <pubkey.h>

Static Public Member Functions

static void 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 >

P1363 key derivation function.

Template Parameters
Hhash function used in the derivation

Definition at line 729 of file pubkey.h.

Member Function Documentation

◆ DeriveKey()

template<class H >
static void 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 732 of file pubkey.h.


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