Crypto++  8.0
Free C++ class library of cryptographic schemes
Static Public Member Functions | List of all members
P1363_KDF2< H > Class Template Reference

P1363 key derivation function. More...

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.


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