Encoding to use for the output of the hash function.
Source Code
Source code
pubconst HashOptions = struct {
/// For `bcrypt`, that can be left to `null`.
allocator: ?mem.Allocator = null,
/// Internal bcrypt parameters.
params: Params,
/// Encoding to use for the output of the hash function.
encoding: pwhash.Encoding,
}
Search Results
No Results Found
Press escape to exit search and then '?' to see more options.