8 #ifndef BOTAN_PBKDF2_H__ 9 #define BOTAN_PBKDF2_H__ 11 #include <botan/pbkdf.h> 12 #include <botan/mac.h> 24 return "PBKDF2(" + mac->name() +
")";
33 const std::string& passphrase,
34 const byte salt[],
size_t salt_len,
35 size_t iterations)
const;
PKCS5_PBKDF2(MessageAuthenticationCode *mac_fn)