Botan 3.6.1
Crypto and TLS for C&
|
#include <botan/bcrypt.h>
#include <botan/base64.h>
#include <botan/rng.h>
#include <botan/internal/blowfish.h>
#include <botan/internal/ct_utils.h>
#include <botan/internal/fmt.h>
#include <botan/internal/parsing.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
bool | Botan::check_bcrypt (std::string_view pass, std::string_view hash) |
std::string | Botan::generate_bcrypt (std::string_view pass, RandomNumberGenerator &rng, uint16_t work_factor, char version) |