Barretenberg
The ZK-SNARK library at the core of Aztec
|
A debugging utility for checking whether a set of polynomials satisfies the relations for a given Flavor. More...
#include <relation_checker.hpp>
Static Public Member Functions | |
static void | check_all (const auto &polynomials, const auto ¶ms) |
Check that the provided polynomials satisfy all relations for a given Flavor. | |
template<typename Relation , bool has_linearly_dependent = false> | |
static void | check (const auto &polynomials, const auto ¶ms, std::string label="Relation") |
Check that a single specified relation is satisfied for a set of polynomials. | |
A debugging utility for checking whether a set of polynomials satisfies the relations for a given Flavor.
Flavor |
Definition at line 21 of file relation_checker.hpp.
|
inlinestatic |
Check that a single specified relation is satisfied for a set of polynomials.
Definition at line 35 of file relation_checker.hpp.
|
inlinestatic |
Check that the provided polynomials satisfy all relations for a given Flavor.
Definition at line 26 of file relation_checker.hpp.