Crypto++
8.0
Free C++ class library of cryptographic schemes
|
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) |
P1363 key derivation function.
H | hash function used in the derivation |