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