Botan 3.7.1
Crypto and TLS for C&
hkdf.h File Reference

Internal Header. More...

#include <botan/kdf.h>
#include <botan/mac.h>

Go to the source code of this file.

Classes

class  Botan::HKDF
 
class  Botan::HKDF_Expand
 
class  Botan::HKDF_Extract
 

Namespaces

namespace  Botan
 

Functions

secure_vector< uint8_t > Botan::hkdf_expand_label (std::string_view hash_fn, std::span< const uint8_t > secret, std::string_view label, std::span< const uint8_t > hash_val, size_t length)
 

Detailed Description

Internal Header.

Definition in file hkdf.h.