|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <chonk_step_processor.hpp>
Public Attributes | |
| std::string | name |
| acir_format::AcirProgram | program |
| std::vector< uint8_t > | precomputed_vk |
| CircuitKind | kind = CircuitKind::App |
Definition at line 24 of file chonk_step_processor.hpp.
| CircuitKind bb::ChonkExecutionStep::kind = CircuitKind::App |
Definition at line 28 of file chonk_step_processor.hpp.
| std::string bb::ChonkExecutionStep::name |
Definition at line 25 of file chonk_step_processor.hpp.
| std::vector<uint8_t> bb::ChonkExecutionStep::precomputed_vk |
Definition at line 27 of file chonk_step_processor.hpp.
| acir_format::AcirProgram bb::ChonkExecutionStep::program |
Definition at line 26 of file chonk_step_processor.hpp.