|
Botan 3.9.0
Crypto and TLS for C&
|
Public Header. More...
#include <botan/pwdhash.h>Go to the source code of this file.
Classes | |
| class | Botan::Scrypt |
| class | Botan::Scrypt_Family |
Namespaces | |
| namespace | Botan |
Functions | |
| void | Botan::scrypt (uint8_t output[], size_t output_len, const char *password, size_t password_len, const uint8_t salt[], size_t salt_len, size_t N, size_t r, size_t p) |
| void | Botan::scrypt (uint8_t output[], size_t output_len, std::string_view password, const uint8_t salt[], size_t salt_len, size_t N, size_t r, size_t p) |
Public Header.
Definition in file scrypt.h.