Derive a key from a password and a salt using multiple iterations.
Output buffer for derived key. Slice will be filled.
Password.
Salt.
Number of iterations.
See Implementation
Derive a key from a password and a salt using multiple iterations.