|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <relation_checker.hpp>
Static Public Member Functions | |
| static AllSubrelationFailures | check_all (const auto &polynomials, const auto ¶ms) |
Static Public Member Functions inherited from bb::RelationChecker< void > | |
| static AllSubrelationFailures | check_all (const auto &polynomials, const auto ¶ms) |
| Check that the provided polynomials satisfy all relations for a given Flavor. | |
| static FirstSubrelationFailures | check (const auto &polynomials, const auto ¶ms, std::string label="Relation") |
| Check that a single specified relation is satisfied for a set of polynomials. | |
Private Types | |
| using | Base = RelationChecker< void > |
Additional Inherited Members | |
Public Types inherited from bb::RelationChecker< void > | |
| using | FirstSubrelationFailures = std::map< size_t, uint32_t > |
| using | AllSubrelationFailures = std::map< std::string, FirstSubrelationFailures > |
Definition at line 163 of file relation_checker.hpp.
|
private |
Definition at line 164 of file relation_checker.hpp.
|
inlinestatic |
Definition at line 167 of file relation_checker.hpp.