|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/boomerang_value_detection/graph.hpp"#include "barretenberg/common/test.hpp"#include "barretenberg/stdlib/primitives/circuit_builders/circuit_builders.hpp"#include "barretenberg/stdlib/primitives/memory/ram_table.hpp"#include "barretenberg/stdlib/primitives/memory/rom_table.hpp"Go to the source code of this file.
Typedefs | |
| using | Builder = UltraCircuitBuilder |
| using | field_ct = stdlib::field_t< Builder > |
| using | witness_ct = stdlib::witness_t< Builder > |
| using | rom_table_ct = stdlib::rom_table< Builder > |
| using | ram_table_ct = stdlib::ram_table< Builder > |
Functions | |
| TEST (boomerang_rom_ram_table, graph_description_rom_table) | |
| Test graph description for ROM table operations. | |
| TEST (boomerang_rom_ram_table, graph_description_ram_table_read) | |
| Test graph description for RAM table read operations. | |
| TEST (boomerang_rom_ram_table, graph_description_ram_table_write) | |
| Test graph description for RAM table write and read operations. | |
| using Builder = UltraCircuitBuilder |
Definition at line 13 of file graph_description_ram_rom.test.cpp.
| using field_ct = stdlib::field_t<Builder> |
Definition at line 14 of file graph_description_ram_rom.test.cpp.
| using ram_table_ct = stdlib::ram_table<Builder> |
Definition at line 17 of file graph_description_ram_rom.test.cpp.
| using rom_table_ct = stdlib::rom_table<Builder> |
Definition at line 16 of file graph_description_ram_rom.test.cpp.
| using witness_ct = stdlib::witness_t<Builder> |
Definition at line 15 of file graph_description_ram_rom.test.cpp.
| TEST | ( | boomerang_rom_ram_table | , |
| graph_description_ram_table_read | |||
| ) |
Test graph description for RAM table read operations.
This test verifies that:
Definition at line 68 of file graph_description_ram_rom.test.cpp.
| TEST | ( | boomerang_rom_ram_table | , |
| graph_description_ram_table_write | |||
| ) |
Test graph description for RAM table write and read operations.
This test verifies that:
The test includes:
Definition at line 116 of file graph_description_ram_rom.test.cpp.
| TEST | ( | boomerang_rom_ram_table | , |
| graph_description_rom_table | |||
| ) |
Test graph description for ROM table operations.
This test verifies that:
Definition at line 26 of file graph_description_ram_rom.test.cpp.