Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
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) |
P1363 key derivation function. More... | |
P1363 key derivation function.
H | hash function used in the derivation |
|
inlinestatic |
P1363 key derivation function.
output | the destination byte array |
outputLength | the size of the destination byte array |
input | the message to hash |
inputLength | the size of the message |
derivationParams | additional derivation parameters |
derivationParamsLength | the size of the additional derivation parameters |
DeriveKey calls P1363_MGF1KDF2_Common