|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
This file contains functions for the dummy tables that we use in UltraHonk to make table, sorted and lookup selector polynomials non-zero. More...
Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::plookup |
| namespace | bb::plookup::dummy_tables |
Functions | |
| template<uint64_t id> | |
| std::array< bb::fr, 2 > | bb::plookup::dummy_tables::get_value_from_key (const std::array< uint64_t, 2 > key) |
| Lookup the value corresponding to a specific key. | |
| template<uint64_t table_id> | |
| BasicTable | bb::plookup::dummy_tables::generate_honk_dummy_table (const BasicTableId id, const size_t table_index) |
| Generate the whole table. | |
| MultiTable | bb::plookup::dummy_tables::get_honk_dummy_multitable () |
| Create a multitable for filling UltraHonk polynomials with non-zero values. | |
This file contains functions for the dummy tables that we use in UltraHonk to make table, sorted and lookup selector polynomials non-zero.
Definition in file dummy.hpp.