Botan 3.4.0
Crypto and TLS for C&
Classes | Namespaces | Functions

Public Header. More...

#include <botan/mac.h>
#include <botan/pbkdf.h>
#include <botan/pwdhash.h>

Go to the source code of this file.

Classes

class  Botan::PBKDF2
 
class  Botan::PBKDF2_Family
 
class  Botan::PKCS5_PBKDF2
 

Namespaces

namespace  Botan
 

Functions

void Botan::pbkdf2 (MessageAuthenticationCode &prf, uint8_t out[], size_t out_len, const uint8_t salt[], size_t salt_len, size_t iterations)
 
size_t Botan::pbkdf2 (MessageAuthenticationCode &prf, uint8_t out[], size_t out_len, std::string_view password, const uint8_t salt[], size_t salt_len, size_t iterations, std::chrono::milliseconds msec)
 

Detailed Description

Public Header.

Definition in file pbkdf2.h.