Skip to content

Commit

Permalink
add guesses_log10 and guesses_log2 to search results for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
lowe committed Sep 25, 2015
1 parent a1be663 commit 2c54af3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scoring.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ scoring =
# final result object
password: password
guesses: min_guesses
guesses_log10: @log10 min_guesses
guesses_log2: @log2 min_guesses
match_sequence: match_sequence

# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 2c54af3

Please sign in to comment.