8#ifndef BOTAN_PBKDF1_H__
9#define BOTAN_PBKDF1_H__
11#include <botan/pbkdf.h>
12#include <botan/hash.h>
41 return "PBKDF1(" + hash->name() +
")";
50 const std::string& passphrase,
51 const byte salt[],
size_t salt_len,
52 size_t iterations)
const;
PKCS5_PBKDF1(const PKCS5_PBKDF1 &other)
PKCS5_PBKDF1(HashFunction *hash_in)