Botan 3.6.1
Crypto and TLS for C&
|
Public Header. More...
#include <botan/types.h>
#include <string>
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) |
Public Header.
Definition in file bcrypt.h.