7#ifndef BOTAN_KDF_XMD_H_
8#define BOTAN_KDF_XMD_H_
10#include <botan/types.h>
28 std::span<uint8_t> output,
29 std::span<const uint8_t> input,
30 std::span<const uint8_t> domain_sep);
void expand_message_xmd(HashFunction &hash, std::span< uint8_t > output, std::span< const uint8_t > input, std::span< const uint8_t > domain_sep)