|
Botan
1.11.15
|
#include <botan/internal/pbkdf_utils.h>#include <botan/pbkdf2.h>#include <botan/get_byte.h>#include <botan/internal/xor_buf.h>#include <botan/internal/rounding.h>Go to the source code of this file.
Namespaces | |
| namespace | Botan |
Functions | |
| Botan::BOTAN_REGISTER_NAMED_T (PBKDF,"PBKDF2", PKCS5_PBKDF2, PKCS5_PBKDF2::make) | |
| 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