Botan 3.4.0
Crypto and TLS for C&
Namespaces | Functions
xmd.h File Reference

Internal Header. More...

#include <botan/types.h>
#include <span>
#include <string_view>

Go to the source code of this file.

Namespaces

namespace  Botan
 

Functions

void Botan::expand_message_xmd (std::string_view hash_fn, std::span< uint8_t > output, std::span< const uint8_t > input, std::span< const uint8_t > domain_sep)
 
void Botan::expand_message_xmd (std::string_view hash_fn, std::span< uint8_t > output, std::string_view input_str, std::string_view domain_sep_str)
 

Detailed Description

Internal Header.

Definition in file xmd.h.