![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#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 |
Definition at line 12 of file time_estimates.hpp.
| struct { ... } zxcvbn::AttackTimes::crack_times_display |
| struct { ... } zxcvbn::AttackTimes::crack_times_seconds |
| time_t zxcvbn::AttackTimes::offline_fast_hashing_1e10_per_second |
Definition at line 17 of file time_estimates.hpp.
| std::string zxcvbn::AttackTimes::offline_fast_hashing_1e10_per_second |
Definition at line 24 of file time_estimates.hpp.
| time_t zxcvbn::AttackTimes::offline_slow_hashing_1e4_per_second |
Definition at line 16 of file time_estimates.hpp.
| std::string zxcvbn::AttackTimes::offline_slow_hashing_1e4_per_second |
Definition at line 23 of file time_estimates.hpp.
| time_t zxcvbn::AttackTimes::online_no_throttling_10_per_second |
Definition at line 15 of file time_estimates.hpp.
| std::string zxcvbn::AttackTimes::online_no_throttling_10_per_second |
Definition at line 22 of file time_estimates.hpp.
| time_t zxcvbn::AttackTimes::online_throttling_100_per_hour |
Definition at line 14 of file time_estimates.hpp.
| std::string zxcvbn::AttackTimes::online_throttling_100_per_hour |
Definition at line 21 of file time_estimates.hpp.
| score_t zxcvbn::AttackTimes::score |
Definition at line 27 of file time_estimates.hpp.
1.8.17