fn strHash(password: []const u8, options: HashOptions, out: []u8) Error![]const u8
[src]
Compute a hash of a password using the argon2 key derivation function. The function returns a string that includes all the parameters required for verification.