|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <vector>#include "barretenberg/crypto/merkle_tree/memory_tree.hpp"#include "barretenberg/vm2/common/avm_inputs.hpp"#include "barretenberg/vm2/common/aztec_types.hpp"#include "barretenberg/vm2/common/field.hpp"#include "barretenberg/vm2/simulation/lib/serialization.hpp"#include "barretenberg/vm2/tracegen/test_trace_container.hpp"#include "barretenberg/vm2/tracegen/trace_container.hpp"Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm2 |
| namespace | bb::avm2::testing |
Functions | |
| std::vector< FF > | bb::avm2::testing::random_fields (size_t n) |
| std::vector< uint8_t > | bb::avm2::testing::random_bytes (size_t n) |
| std::vector< ScopedL2ToL1Message > | bb::avm2::testing::random_l2_to_l1_messages (size_t n) |
| std::vector< PublicCallRequestWithCalldata > | bb::avm2::testing::random_enqueued_calls (size_t n) |
| simulation::Operand | bb::avm2::testing::random_operand (simulation::OperandType operand_type) |
| Instruction | bb::avm2::testing::random_instruction (WireOpCode w_opcode) |
| TestTraceContainer | bb::avm2::testing::empty_trace () |
| ContractInstance | bb::avm2::testing::random_contract_instance () |
| ContractClass | bb::avm2::testing::random_contract_class (size_t bytecode_size) |
| std::pair< tracegen::TraceContainer, PublicInputs > | bb::avm2::testing::get_minimal_trace_with_pi () |
| bool | bb::avm2::testing::skip_slow_tests () |
| Check if slow tests should be skipped. | |