PRCYCoin  2.0.0.7rc1
P2P Digital Currency
time_estimates.hpp
Go to the documentation of this file.
1 #ifndef __ZXCVBN__TIME_ESTIMATES_HPP
2 #define __ZXCVBN__TIME_ESTIMATES_HPP
3 
4 #include <zxcvbn/common.hpp>
5 
6 #include <string>
7 
8 namespace zxcvbn {
9 
10 using time_t = double;
11 
12 struct AttackTimes {
13  struct {
19 
20  struct {
26 
28 };
29 
31 
32 }
33 
34 #endif
zxcvbn::AttackTimes::online_throttling_100_per_hour
time_t online_throttling_100_per_hour
Definition: time_estimates.hpp:14
zxcvbn::score_t
unsigned score_t
Definition: common.hpp:17
zxcvbn::estimate_attack_times
AttackTimes estimate_attack_times(guesses_t guesses)
Definition: time_estimates.cpp:20
common.hpp
zxcvbn::AttackTimes::online_no_throttling_10_per_second
std::string online_no_throttling_10_per_second
Definition: time_estimates.hpp:22
zxcvbn
Definition: _frequency_lists.cpp:7
zxcvbn::AttackTimes::offline_fast_hashing_1e10_per_second
time_t offline_fast_hashing_1e10_per_second
Definition: time_estimates.hpp:17
zxcvbn::guesses_t
zxcvbn_guesses_t guesses_t
Definition: common.hpp:15
zxcvbn::AttackTimes
Definition: time_estimates.hpp:12
zxcvbn::AttackTimes::online_no_throttling_10_per_second
time_t online_no_throttling_10_per_second
Definition: time_estimates.hpp:15
zxcvbn::AttackTimes::score
score_t score
Definition: time_estimates.hpp:27
zxcvbn::AttackTimes::crack_times_seconds
struct zxcvbn::AttackTimes::@32 crack_times_seconds
zxcvbn::AttackTimes::crack_times_display
struct zxcvbn::AttackTimes::@33 crack_times_display
zxcvbn::AttackTimes::offline_slow_hashing_1e4_per_second
std::string offline_slow_hashing_1e4_per_second
Definition: time_estimates.hpp:23
zxcvbn::AttackTimes::offline_slow_hashing_1e4_per_second
time_t offline_slow_hashing_1e4_per_second
Definition: time_estimates.hpp:16
zxcvbn::AttackTimes::offline_fast_hashing_1e10_per_second
std::string offline_fast_hashing_1e10_per_second
Definition: time_estimates.hpp:24
zxcvbn::AttackTimes::online_throttling_100_per_hour
std::string online_throttling_100_per_hour
Definition: time_estimates.hpp:21
zxcvbn::time_t
double time_t
Definition: time_estimates.hpp:10