|
Botan 3.9.0
Crypto and TLS for C&
|
#include <botan/pbkdf2.h>#include <botan/exceptn.h>#include <botan/mem_ops.h>#include <botan/internal/fmt.h>#include <botan/internal/mem_utils.h>#include <botan/internal/time_utils.h>Go to the source code of this file.
Namespaces | |
| namespace | Botan |
Functions | |
| void | Botan::pbkdf2 (MessageAuthenticationCode &prf, uint8_t out[], size_t out_len, const uint8_t salt[], size_t salt_len, size_t iterations) |
| size_t | Botan::pbkdf2 (MessageAuthenticationCode &prf, uint8_t out[], size_t out_len, std::string_view password, const uint8_t salt[], size_t salt_len, size_t iterations, std::chrono::milliseconds msec) |