Botan 3.3.0
Crypto and TLS for C&
Namespaces | Functions
bcrypt.h File Reference

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)
 

Detailed Description

Public Header.

Definition in file bcrypt.h.