|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/honk/composer/composer_lib.hpp"#include "barretenberg/flavor/ultra_flavor.hpp"#include "barretenberg/srs/factories/crs_factory.hpp"#include "barretenberg/stdlib_circuit_builders/ultra_circuit_builder.hpp"#include <array>#include <gtest/gtest.h>Go to the source code of this file.
Classes | |
| class | ComposerLibTests |
Functions | |
| TEST_F (ComposerLibTests, LookupReadCounts) | |
| A test to demonstrate that lookup read counts/tags are computed correctly for a simple 'hand-computable' case using the uint32 XOR table. | |
| TEST_F | ( | ComposerLibTests | , |
| LookupReadCounts | |||
| ) |
A test to demonstrate that lookup read counts/tags are computed correctly for a simple 'hand-computable' case using the uint32 XOR table.
Definition at line 25 of file composer_lib.test.cpp.