PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Attributes | List of all members
zxcvbn::ScoringResult Struct Reference

#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
 

Detailed Description

Definition at line 22 of file scoring.hpp.

Member Data Documentation

◆ bruteforce_matches

std::vector<std::unique_ptr<Match> > zxcvbn::ScoringResult::bruteforce_matches

Definition at line 26 of file scoring.hpp.

◆ guesses

guesses_t zxcvbn::ScoringResult::guesses

Definition at line 24 of file scoring.hpp.

◆ guesses_log10

guesses_log10_t zxcvbn::ScoringResult::guesses_log10

Definition at line 25 of file scoring.hpp.

◆ password

std::string zxcvbn::ScoringResult::password

Definition at line 23 of file scoring.hpp.

◆ sequence

std::vector<std::reference_wrapper<Match> > zxcvbn::ScoringResult::sequence

Definition at line 27 of file scoring.hpp.


The documentation for this struct was generated from the following file: