Whether to silently truncate the password to 72 bytes, or pre-hash the password when it is longer.
Source Code
Source code
pubconst VerifyOptions = struct {
/// For `bcrypt`, that can be left to `null`.
allocator: ?mem.Allocator = null,
/// Whether to silently truncate the password to 72 bytes, or pre-hash the password when it is longer.
silently_truncate_password: bool,
}
Search Results
No Results Found
Press escape to exit search and then '?' to see more options.