5#include "barretenberg/aztec/aztec_constants.hpp"
22 std::vector<FF> calldata_with_sep = { DOM_SEP__PUBLIC_CALLDATA };
23 calldata_with_sep.reserve(
calldata.size() + 1);
27 calldata_with_sep.push_back(
value);
37 .calldata_hash = cd_hash,
#define BB_ASSERT_EQ(actual, expected,...)
EventEmitterInterface< CalldataEvent > & events
void assert_calldata_hash(const FF &cd_hash, std::span< const FF > calldata) override
Assert that the given calldata hashes to the expected hash, and emit a calldata event.
Poseidon2Interface & hasher
virtual FF hash(const std::vector< FF > &input)=0
AVM range check gadget for witness generation.
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept