|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <components_check.hpp>
Public Types | |
| enum class | Type { SPLIT , UNCONSTRAINED } |
Public Attributes | |
| Type | type |
| size_t | acir_component |
| std::string | message |
Single structural violation reported by ComponentsChecker_.
Definition at line 33 of file components_check.hpp.
|
strong |
Definition at line 34 of file components_check.hpp.
| size_t acir_components_check::Error::acir_component |
ACIR component id (from AcirGraph::get_witness_component_map).
Definition at line 44 of file components_check.hpp.
| std::string acir_components_check::Error::message |
Human-readable explanation (may list witness indices and circuit CC ids).
Definition at line 46 of file components_check.hpp.
| Type acir_components_check::Error::type |
Which of the two failure modes applies.
Definition at line 42 of file components_check.hpp.