8 #ifndef BOTAN_OPENPGP_S2K_H__     9 #define BOTAN_OPENPGP_S2K_H__    11 #include <botan/pbkdf.h>    12 #include <botan/hash.h>    31          return "OpenPGP-S2K(" + hash->name() + 
")";
    40                              const std::string& passphrase,
    41                              const byte salt[], 
size_t salt_len,
    42                              size_t iterations) 
const;
 
OpenPGP_S2K(HashFunction *hash_in)