Options for hashing a password.
Allocator is required for scrypt.
pub const HashOptions = struct
pub const HashOptions = struct { allocator: ?mem.Allocator, params: Params, encoding: pwhash.Encoding, }