fn strVerify(str: []const u8, password: []const u8, options: VerifyOptions) Error!void

Verify that a previously computed hash is valid for a given password.

Parameters

str: []const u8,
password: []const u8,
options: VerifyOptions,