|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "fixed_base.hpp"#include "barretenberg/crypto/pedersen_hash/pedersen.hpp"#include "barretenberg/ecc/curves/grumpkin/grumpkin.hpp"#include <gtest/gtest.h>Go to the source code of this file.
Classes | |
| class | bb::plookup::fixed_base::FixedBaseTableTest |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::plookup |
| namespace | bb::plookup::fixed_base |
Functions | |
| bb::plookup::fixed_base::TEST_F (FixedBaseTableTest, GeneratorPointsAndBasePointRelationships) | |
| Test that generator points are correctly initialized and have the expected relationships. | |
| bb::plookup::fixed_base::TEST_F (FixedBaseTableTest, LookupTableGenerationCorrectness) | |
| Test that single lookup tables are generated correctly with the expected point progression. | |
| bb::plookup::fixed_base::TEST_F (FixedBaseTableTest, MultiTableStructureAndOffsets) | |
| Test the complete multi-table structure and verify offset generators are computed correctly. | |
| bb::plookup::fixed_base::TEST_F (FixedBaseTableTest, TableGenerationAndValueRetrieval) | |
| Test the generation of basic lookup tables and multi-tables, verifying value retrieval functions. | |
| bb::plookup::fixed_base::TEST_F (FixedBaseTableTest, PartialTableHandling) | |
| Test that partial tables (using fewer than 9 bits) are handled correctly. | |