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 number of hashing iterations
The buffer to store the key in
A slice to the key buffer
GcryptException on internal Gcrypt error
See Implementation
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.