Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <acir_format.hpp>
Public Attributes | |
std::shared_ptr< ClientIVC > | ivc = nullptr |
bool | recursive = false |
uint32_t | honk_recursion = 0 |
bool | collect_gates_per_opcode = false |
size_t | size_hint = 0 |
Definition at line 204 of file acir_format.hpp.
bool acir_format::ProgramMetadata::collect_gates_per_opcode = false |
Definition at line 220 of file acir_format.hpp.
uint32_t acir_format::ProgramMetadata::honk_recursion = 0 |
Definition at line 214 of file acir_format.hpp.
std::shared_ptr<ClientIVC> acir_format::ProgramMetadata::ivc = nullptr |
Definition at line 207 of file acir_format.hpp.
bool acir_format::ProgramMetadata::recursive = false |
Definition at line 209 of file acir_format.hpp.
size_t acir_format::ProgramMetadata::size_hint = 0 |
Definition at line 221 of file acir_format.hpp.