chromium/third_party/zxcvbn-cpp/native-src/zxcvbn/time_estimates.hpp

#ifndef __ZXCVBN__TIME_ESTIMATES_HPP
#define __ZXCVBN__TIME_ESTIMATES_HPP

#include <zxcvbn/common.hpp>

#include <string>

namespace zxcvbn {

time_t;

struct AttackTimes {};

AttackTimes estimate_attack_times(guesses_t guesses);

}

#endif