Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <cstddef>
#include <string_view>
#include <tuple>
#include "../columns.hpp"
#include "barretenberg/relations/generic_lookup/generic_lookup_relation.hpp"
#include "barretenberg/vm2/constraining/relations/interactions_base.hpp"
Go to the source code of this file.
Classes | |
struct | bb::avm2::lookup_bitwise_integral_tag_length_settings_ |
struct | bb::avm2::lookup_bitwise_byte_operations_settings_ |
struct | bb::avm2::lookup_bitwise_dispatch_exec_bitwise_settings_ |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::avm2 |
Typedefs | |
using | bb::avm2::lookup_bitwise_integral_tag_length_settings = lookup_settings< lookup_bitwise_integral_tag_length_settings_ > |
template<typename FF_ > | |
using | bb::avm2::lookup_bitwise_integral_tag_length_relation = lookup_relation_base< FF_, lookup_bitwise_integral_tag_length_settings > |
using | bb::avm2::lookup_bitwise_byte_operations_settings = lookup_settings< lookup_bitwise_byte_operations_settings_ > |
template<typename FF_ > | |
using | bb::avm2::lookup_bitwise_byte_operations_relation = lookup_relation_base< FF_, lookup_bitwise_byte_operations_settings > |
using | bb::avm2::lookup_bitwise_dispatch_exec_bitwise_settings = lookup_settings< lookup_bitwise_dispatch_exec_bitwise_settings_ > |
template<typename FF_ > | |
using | bb::avm2::lookup_bitwise_dispatch_exec_bitwise_relation = lookup_relation_base< FF_, lookup_bitwise_dispatch_exec_bitwise_settings > |