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

#include <time_estimates.hpp>

Public Attributes

struct {
   time_t   online_throttling_100_per_hour
 
   time_t   online_no_throttling_10_per_second
 
   time_t   offline_slow_hashing_1e4_per_second
 
   time_t   offline_fast_hashing_1e10_per_second
 
crack_times_seconds
 
struct {
   std::string   online_throttling_100_per_hour
 
   std::string   online_no_throttling_10_per_second
 
   std::string   offline_slow_hashing_1e4_per_second
 
   std::string   offline_fast_hashing_1e10_per_second
 
crack_times_display
 
score_t score
 

Detailed Description

Definition at line 12 of file time_estimates.hpp.

Member Data Documentation

◆ crack_times_display

struct { ... } zxcvbn::AttackTimes::crack_times_display

◆ crack_times_seconds

struct { ... } zxcvbn::AttackTimes::crack_times_seconds

◆ offline_fast_hashing_1e10_per_second [1/2]

time_t zxcvbn::AttackTimes::offline_fast_hashing_1e10_per_second

Definition at line 17 of file time_estimates.hpp.

◆ offline_fast_hashing_1e10_per_second [2/2]

std::string zxcvbn::AttackTimes::offline_fast_hashing_1e10_per_second

Definition at line 24 of file time_estimates.hpp.

◆ offline_slow_hashing_1e4_per_second [1/2]

time_t zxcvbn::AttackTimes::offline_slow_hashing_1e4_per_second

Definition at line 16 of file time_estimates.hpp.

◆ offline_slow_hashing_1e4_per_second [2/2]

std::string zxcvbn::AttackTimes::offline_slow_hashing_1e4_per_second

Definition at line 23 of file time_estimates.hpp.

◆ online_no_throttling_10_per_second [1/2]

time_t zxcvbn::AttackTimes::online_no_throttling_10_per_second

Definition at line 15 of file time_estimates.hpp.

◆ online_no_throttling_10_per_second [2/2]

std::string zxcvbn::AttackTimes::online_no_throttling_10_per_second

Definition at line 22 of file time_estimates.hpp.

◆ online_throttling_100_per_hour [1/2]

time_t zxcvbn::AttackTimes::online_throttling_100_per_hour

Definition at line 14 of file time_estimates.hpp.

◆ online_throttling_100_per_hour [2/2]

std::string zxcvbn::AttackTimes::online_throttling_100_per_hour

Definition at line 21 of file time_estimates.hpp.

◆ score

score_t zxcvbn::AttackTimes::score

Definition at line 27 of file time_estimates.hpp.


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