Current section
Files
Jump to
Current section
Files
include/gzxcvbn_CheckResult.hrl
-record(check_result, {
password :: binary(),
score :: gzxcvbn:score(),
guesses :: integer(),
guesses_log10 :: float(),
feedback :: gzxcvbn:feedback(),
crack_times :: gzxcvbn:crack_times(),
sequence :: list(gzxcvbn:match_with_guesses())
}).