|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <botan/scrypt.h>#include <botan/pbkdf2.h>#include <botan/salsa20.h>#include <botan/loadstor.h>#include <botan/exceptn.h>#include <botan/internal/bit_ops.h>#include <botan/internal/timer.h>#include <sstream>Go to the source code of this file.
Namespaces | |
| 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) |
1.8.9.1