Botan 3.6.1
Crypto and TLS for C&
|
#include <botan/internal/hkdf.h>
#include <botan/exceptn.h>
#include <botan/internal/fmt.h>
#include <botan/internal/loadstor.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
secure_vector< uint8_t > | Botan::hkdf_expand_label (std::string_view hash_fn, const uint8_t secret[], size_t secret_len, std::string_view label, const uint8_t hash_val[], size_t hash_val_len, size_t length) |