Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/vm2/common/memory_types.hpp"
#include "barretenberg/vm2/tracegen/test_trace_container.hpp"
#include <vector>
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 | |
void | bb::avm2::testing::generate_keccak_trace (TestTraceContainer &trace, const std::vector< MemoryAddress > &dst_addresses, const std::vector< MemoryAddress > &src_addresses, uint32_t space_id) |
void | bb::avm2::testing::generate_keccak_trace_with_tag_error (TestTraceContainer &trace, MemoryAddress dst_address, MemoryAddress src_address, size_t error_offset, MemoryTag error_tag, uint32_t space_id) |
void | bb::avm2::testing::generate_keccak_trace_with_slice_error (TestTraceContainer &trace, MemoryAddress dst_address, MemoryAddress src_address, uint32_t space_id) |