7#ifndef BOTAN_ECC_HASH_TO_CURVE_H_
8#define BOTAN_ECC_HASH_TO_CURVE_H_
10#include <botan/ec_point.h>
11#include <botan/types.h>
27 std::string_view hash_fn,
28 std::span<const uint8_t> input,
29 std::span<const uint8_t> domain_sep,
auto hash_to_curve_sswu(std::string_view hash, bool random_oracle, std::span< const uint8_t > pw, std::span< const uint8_t > dst) -> typename C::ProjectivePoint