fn strVerify(str: []const u8, password: []const u8, options: VerifyOptions) Error!void
[src]
Verify that a previously computed hash is valid for a given password.
fn strVerify(str: []const u8, password: []const u8, options: VerifyOptions) Error!void
Verify that a previously computed hash is valid for a given password.