PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Namespaces | Macros | Functions
time_estimates.cpp File Reference
#include <zxcvbn/time_estimates.hpp>
#include <zxcvbn/common.hpp>
#include <zxcvbn/util.hpp>
#include <sstream>
#include <vector>
#include <tuple>
#include <cmath>
Include dependency graph for time_estimates.cpp:

Go to the source code of this file.

Namespaces

 zxcvbn
 

Macros

#define SET_CRACK_TIME(a, val)
 

Functions

AttackTimes zxcvbn::estimate_attack_times (guesses_t guesses)
 

Macro Definition Documentation

◆ SET_CRACK_TIME

#define SET_CRACK_TIME (   a,
  val 
)
Value:
do { \
toret.crack_times_seconds.a = val; \
toret.crack_times_display.a = display_time(toret.crack_times_seconds.a); \
} \
while (false)