|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "./fixed_base.hpp"#include "barretenberg/common/assert.hpp"#include "barretenberg/common/constexpr_utils.hpp"#include "barretenberg/common/throw_or_abort.hpp"#include "barretenberg/crypto/pedersen_hash/pedersen.hpp"#include "barretenberg/numeric/bitop/pow.hpp"Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::plookup |
| namespace | bb::plookup::fixed_base |
Typedefs | |
| using | bb::plookup::fixed_base::function_ptr = std::array< bb::fr, 2 >(*)(const std::array< uint64_t, 2 >) |
| using | bb::plookup::fixed_base::function_ptr_table = std::array< std::array< function_ptr, table::MAX_NUM_TABLES_IN_MULTITABLE >, table::NUM_FIXED_BASE_MULTI_TABLES > |