Key derivation wrapper base class
Constructor
Derive a key using the given number of iterations, store it in the given buffer. The length of the buffer must be the same as the expected length of the generated key.
The KDF algorithm to use
The pseudorandom hashing function to use
See Implementation
Key derivation wrapper base class