![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include <scoring.hpp>
Public Attributes | |
| std::string | password |
| guesses_t | guesses |
| guesses_log10_t | guesses_log10 |
| std::vector< std::unique_ptr< Match > > | bruteforce_matches |
| std::vector< std::reference_wrapper< Match > > | sequence |
Definition at line 22 of file scoring.hpp.
| std::vector<std::unique_ptr<Match> > zxcvbn::ScoringResult::bruteforce_matches |
Definition at line 26 of file scoring.hpp.
| guesses_t zxcvbn::ScoringResult::guesses |
Definition at line 24 of file scoring.hpp.
| guesses_log10_t zxcvbn::ScoringResult::guesses_log10 |
Definition at line 25 of file scoring.hpp.
| std::string zxcvbn::ScoringResult::password |
Definition at line 23 of file scoring.hpp.
| std::vector<std::reference_wrapper<Match> > zxcvbn::ScoringResult::sequence |
Definition at line 27 of file scoring.hpp.
1.8.17