Botan 3.4.0
Crypto and TLS for C&
Namespaces | Functions
argon2fmt.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::argon2_check_pwhash (const char *password, size_t password_len, std::string_view input_hash)
 
std::string Botan::argon2_generate_pwhash (const char *password, size_t password_len, RandomNumberGenerator &rng, size_t p, size_t M, size_t t, uint8_t y, size_t salt_len, size_t output_len)
 

Detailed Description

Public Header.

Definition in file argon2fmt.h.