Options for hashing a password.
Allocator is required for scrypt.
allocator: ?mem.Allocator
params: Params
encoding: pwhash.Encoding
pub const HashOptions = struct { allocator: ?mem.Allocator, params: Params, encoding: pwhash.Encoding, }
Press escape to exit search and then '?' to see more options.