8 #ifndef BOTAN_BCRYPT_H__
9 #define BOTAN_BCRYPT_H__
11 #include <botan/rng.h>
24 RandomNumberGenerator& rng,
25 uint16_t work_factor = 10);
33 const std::string&
hash);
std::string generate_bcrypt(const std::string &pass, RandomNumberGenerator &rng, uint16_t work_factor)
bool check_bcrypt(const std::string &pass, const std::string &hash)