#ifndef CONTENT_BROWSER_AGGREGATION_SERVICE_DISTRIBUTED_POINT_FUNCTION_SHIM_H_
#define CONTENT_BROWSER_AGGREGATION_SERVICE_DISTRIBUTED_POINT_FUNCTION_SHIM_H_
#include "third_party/distributed_point_functions/shim/buildflags.h"
static_assert …;
#include <optional>
#include <utility>
#include <vector>
#include "third_party/abseil-cpp/absl/numeric/int128.h"
#include "third_party/distributed_point_functions/dpf/distributed_point_function.pb.h"
namespace distributed_point_functions {
std::optional<std::pair<DpfKey, DpfKey>> GenerateKeysIncremental(
std::vector<DpfParameters> parameters,
absl::uint128 alpha,
std::vector<absl::uint128> beta);
}
#endif