|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <botan/bcrypt_pbkdf.h>#include <botan/loadstor.h>#include <botan/blowfish.h>#include <botan/hash.h>#include <botan/internal/timer.h>Go to the source code of this file.
Namespaces | |
| Botan | |
Functions | |
| void | Botan::bcrypt_pbkdf (uint8_t output[], size_t output_len, const char *pass, size_t pass_len, const uint8_t salt[], size_t salt_len, size_t rounds) |
1.8.9.1