|
Botan
1.11.15
|
#include <botan/pbkdf.h>#include <botan/mac.h>#include <botan/hash.h>Go to the source code of this file.
Classes | |
| class | Botan::PKCS5_PBKDF2 |
Namespaces | |
| namespace | Botan |
Functions | |
| size_t | Botan::pbkdf2 (MessageAuthenticationCode &prf, byte out[], size_t out_len, const std::string &passphrase, const byte salt[], size_t salt_len, size_t iterations, std::chrono::milliseconds msec) |
1.7.6.1