Go to the documentation of this file.    8 #ifndef BOTAN_PBKDF_H__     9 #define BOTAN_PBKDF_H__    11 #include <botan/algo_base.h>    12 #include <botan/symkey.h>    28       virtual PBKDF* clone() 
const = 0;
    41                                      const std::string& passphrase,
    42                                      const byte salt[], 
size_t salt_len,
    43                                      size_t iterations) 
const = 0;