Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
instruction_block.cpp File Reference

Go to the source code of this file.

Functions

std::vector< FuzzInstructiongenerate_instruction_block (std::mt19937_64 &rng)
 
void mutate_instruction_block (std::vector< FuzzInstruction > &instruction_block, std::mt19937_64 &rng)
 

Variables

constexpr uint16_t MAX_INSTRUCTION_BLOCK_SIZE_ON_GENERATION = 10
 

Function Documentation

◆ generate_instruction_block()

std::vector< FuzzInstruction > generate_instruction_block ( std::mt19937_64 rng)

Definition at line 12 of file instruction_block.cpp.

◆ mutate_instruction_block()

void mutate_instruction_block ( std::vector< FuzzInstruction > &  instruction_block,
std::mt19937_64 rng 
)

Definition at line 22 of file instruction_block.cpp.

Variable Documentation

◆ MAX_INSTRUCTION_BLOCK_SIZE_ON_GENERATION

constexpr uint16_t MAX_INSTRUCTION_BLOCK_SIZE_ON_GENERATION = 10
constexpr

Definition at line 10 of file instruction_block.cpp.