|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Go to the source code of this file.
Functions | |
| std::vector< uint8_t > | create_bytecode (const std::vector< bb::avm2::simulation::Instruction > &instructions) |
| int | predict_block_size (ProgramBlock *block) |
| size_t | find_block_idx (ProgramBlock *block, const std::vector< ProgramBlock * > &blocks) |
| std::vector< uint8_t > create_bytecode | ( | const std::vector< bb::avm2::simulation::Instruction > & | instructions | ) |
Definition at line 223 of file control_flow.cpp.
| size_t find_block_idx | ( | ProgramBlock * | block, |
| const std::vector< ProgramBlock * > & | blocks | ||
| ) |
Definition at line 273 of file control_flow.cpp.
| int predict_block_size | ( | ProgramBlock * | block | ) |
Definition at line 235 of file control_flow.cpp.