Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
acir_format::ProgramMetadata Struct Reference

#include <acir_format.hpp>

Public Attributes

std::shared_ptr< bb::IVCBaseivc = nullptr
 
bool recursive = false
 
uint32_t honk_recursion = 0
 
bool collect_gates_per_opcode = false
 
size_t size_hint = 0
 

Detailed Description

Definition at line 195 of file acir_format.hpp.

Member Data Documentation

◆ collect_gates_per_opcode

bool acir_format::ProgramMetadata::collect_gates_per_opcode = false

Definition at line 211 of file acir_format.hpp.

◆ honk_recursion

uint32_t acir_format::ProgramMetadata::honk_recursion = 0

Definition at line 205 of file acir_format.hpp.

◆ ivc

std::shared_ptr<bb::IVCBase> acir_format::ProgramMetadata::ivc = nullptr

Definition at line 198 of file acir_format.hpp.

◆ recursive

bool acir_format::ProgramMetadata::recursive = false

Definition at line 200 of file acir_format.hpp.

◆ size_hint

size_t acir_format::ProgramMetadata::size_hint = 0

Definition at line 212 of file acir_format.hpp.


The documentation for this struct was generated from the following file: