|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <algorithm>#include <array>#include <cctype>#include <chrono>#include <cstdint>#include <cstdlib>#include <fstream>#include <optional>#include <string>#include <utility>#include <vector>#include <gtest/gtest.h>#include "barretenberg/common/assert.hpp"#include "barretenberg/common/log.hpp"#include "barretenberg/ecc/curves/grumpkin/grumpkin.hpp"#include "barretenberg/vm2/avm_api.hpp"#include "barretenberg/vm2/common/avm_io.hpp"#include "barretenberg/vm2/common/aztec_types.hpp"#include "barretenberg/vm2/common/memory_types.hpp"#include "barretenberg/vm2/common/opcodes.hpp"#include "barretenberg/vm2/simulation/lib/serialization.hpp"#include "barretenberg/vm2/testing/bytecode_builder.hpp"#include "barretenberg/vm2/testing/instruction_builder.hpp"#include "barretenberg/vm2/testing/public_tx_simulation_tester.hpp"Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm2 |
| bool address_as_calldata = false |
Definition at line 48 of file opcode_spam.test.cpp.
| std::vector<Instruction> cleanup |
Definition at line 44 of file opcode_spam.test.cpp.
| std::string label |
Definition at line 41 of file opcode_spam.test.cpp.
| std::optional<uint32_t> limit |
Definition at line 45 of file opcode_spam.test.cpp.
| std::string name |
Definition at line 725 of file opcode_spam.test.cpp.
| std::vector<Instruction> setup |
Definition at line 42 of file opcode_spam.test.cpp.
| std::vector<Instruction> target |
Definition at line 43 of file opcode_spam.test.cpp.
| std::string unit |
Definition at line 727 of file opcode_spam.test.cpp.
| double value |
Definition at line 726 of file opcode_spam.test.cpp.