|
Botan
1.11.15
|
#include <botan/passhash9.h>#include <botan/loadstor.h>#include <botan/lookup.h>#include <botan/pbkdf2.h>#include <botan/base64.h>Go to the source code of this file.
Namespaces | |
| namespace | Botan |
Functions | |
| bool | Botan::check_passhash9 (const std::string &pass, const std::string &hash) |
| std::string | Botan::generate_passhash9 (const std::string &pass, RandomNumberGenerator &rng, u16bit work_factor, byte alg_id) |
1.7.6.1