pub fn derive_key(
password: &[u8],
salt: &[u8],
kdf_params: &KeyDerivationParams,
) -> Result<(SecureKey, KeyDerivationReport), KeyDerivationError>pub fn derive_key(
password: &[u8],
salt: &[u8],
kdf_params: &KeyDerivationParams,
) -> Result<(SecureKey, KeyDerivationReport), KeyDerivationError>