Botan 3.3.0
Crypto and TLS for C&
Namespaces | Functions
passhash9.cpp File Reference
#include <botan/passhash9.h>
#include <botan/base64.h>
#include <botan/pbkdf2.h>
#include <botan/rng.h>
#include <botan/internal/ct_utils.h>
#include <botan/internal/loadstor.h>

Go to the source code of this file.

Namespaces

namespace  Botan
 

Functions

bool Botan::check_passhash9 (std::string_view pass, std::string_view hash)
 
std::string Botan::generate_passhash9 (std::string_view pass, RandomNumberGenerator &rng, uint16_t work_factor, uint8_t alg_id)
 
bool Botan::is_passhash9_alg_supported (uint8_t alg_id)