Derive a key using PBKDF2 and the HMAC SHA256 function as specified in RFC 2898.
Note, if the provided parameters are valid, this method will never error.
parameters
the PBKDF2 parameters to use
the SHA256 HMAC implementation to use (defaults to the internal WASM implementation)
Generated using TypeDoc
Derive a key using PBKDF2 and the HMAC SHA256 function as specified in RFC 2898.
Note, if the provided
parameters
are valid, this method will never error.