Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
macros.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <stdexcept>
4
6
7#define ROW_FIELD_EQ(field_name, expression) \
8 ::testing::Field(#field_name, &TestTraceContainer::Row::field_name, expression)