|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Metadata required to create a circuit. More...
#include <acir_format.hpp>
Public Attributes | |
| std::shared_ptr< bb::Chonk > | ivc = nullptr |
| bool | has_ipa_claim |
| bool | collect_gates_per_opcode = false |
Metadata required to create a circuit.
The metadata is required for three reasons:
Definition at line 142 of file acir_format.hpp.
| bool acir_format::ProgramMetadata::collect_gates_per_opcode = false |
Definition at line 150 of file acir_format.hpp.
| bool acir_format::ProgramMetadata::has_ipa_claim |
Definition at line 146 of file acir_format.hpp.
| std::shared_ptr<bb::Chonk> acir_format::ProgramMetadata::ivc = nullptr |
Definition at line 144 of file acir_format.hpp.