PassKey.derive_with_salt


Description:

[ Version ( since = "0.2.0" ) ]
public PassKey.derive_with_salt (uint8[] passphrase, uint8[] salt, out ErrKeyDerivation error)

Same as above, except use the given salt for deterministic key derivation.

Parameters:

passphrase

The user-provided password. Can be empty.

salt

An array of at least pass_salt_length bytes.

Returns:

true on success.

Since:

0.2.0