|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "rom_table.hpp"#include "barretenberg/circuit_checker/circuit_checker.hpp"#include "barretenberg/numeric/random/engine.hpp"#include "barretenberg/transcript/origin_tag.hpp"#include <gtest/gtest.h>Go to the source code of this file.
Classes | |
| class | RomTableTests< Builder > |
Typedefs | |
| using | BuilderTypes = testing::Types< UltraCircuitBuilder, MegaCircuitBuilder > |
Functions | |
| STANDARD_TESTING_TAGS | TEST (RomTable, TagCorrectness) |
| Ensure the tags of elements initializing the ROM table are correctly propagated. | |
| TYPED_TEST_SUITE (RomTableTests, BuilderTypes) | |
| TYPED_TEST (RomTableTests, RomTableReadWriteConsistency) | |
| TYPED_TEST (RomTableTests, RomCopy) | |
| using BuilderTypes = testing::Types<UltraCircuitBuilder, MegaCircuitBuilder> |
Definition at line 15 of file rom_table.test.cpp.
| STANDARD_TESTING_TAGS TEST | ( | RomTable | , |
| TagCorrectness | |||
| ) |
Ensure the tags of elements initializing the ROM table are correctly propagated.
Definition at line 25 of file rom_table.test.cpp.
| TYPED_TEST | ( | RomTableTests | , |
| RomCopy | |||
| ) |
Definition at line 114 of file rom_table.test.cpp.
| TYPED_TEST | ( | RomTableTests | , |
| RomTableReadWriteConsistency | |||
| ) |
Definition at line 64 of file rom_table.test.cpp.
| TYPED_TEST_SUITE | ( | RomTableTests | , |
| BuilderTypes | |||
| ) |