Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
lookups_update_check.hpp File Reference
#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_update_check_timestamp_from_public_inputs_settings_
 
struct  bb::avm2::lookup_update_check_delayed_public_mutable_slot_poseidon2_settings_
 
struct  bb::avm2::lookup_update_check_update_hash_public_data_read_settings_
 
struct  bb::avm2::lookup_update_check_update_hash_poseidon2_settings_
 
struct  bb::avm2::lookup_update_check_update_hi_metadata_range_settings_
 
struct  bb::avm2::lookup_update_check_update_lo_metadata_range_settings_
 
struct  bb::avm2::lookup_update_check_timestamp_of_change_cmp_range_settings_
 

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 
namespace  bb::avm2
 

Typedefs

using bb::avm2::lookup_update_check_timestamp_from_public_inputs_settings = lookup_settings< lookup_update_check_timestamp_from_public_inputs_settings_ >
 
template<typename FF_ >
using bb::avm2::lookup_update_check_timestamp_from_public_inputs_relation = lookup_relation_base< FF_, lookup_update_check_timestamp_from_public_inputs_settings >
 
using bb::avm2::lookup_update_check_delayed_public_mutable_slot_poseidon2_settings = lookup_settings< lookup_update_check_delayed_public_mutable_slot_poseidon2_settings_ >
 
template<typename FF_ >
using bb::avm2::lookup_update_check_delayed_public_mutable_slot_poseidon2_relation = lookup_relation_base< FF_, lookup_update_check_delayed_public_mutable_slot_poseidon2_settings >
 
using bb::avm2::lookup_update_check_update_hash_public_data_read_settings = lookup_settings< lookup_update_check_update_hash_public_data_read_settings_ >
 
template<typename FF_ >
using bb::avm2::lookup_update_check_update_hash_public_data_read_relation = lookup_relation_base< FF_, lookup_update_check_update_hash_public_data_read_settings >
 
using bb::avm2::lookup_update_check_update_hash_poseidon2_settings = lookup_settings< lookup_update_check_update_hash_poseidon2_settings_ >
 
template<typename FF_ >
using bb::avm2::lookup_update_check_update_hash_poseidon2_relation = lookup_relation_base< FF_, lookup_update_check_update_hash_poseidon2_settings >
 
using bb::avm2::lookup_update_check_update_hi_metadata_range_settings = lookup_settings< lookup_update_check_update_hi_metadata_range_settings_ >
 
template<typename FF_ >
using bb::avm2::lookup_update_check_update_hi_metadata_range_relation = lookup_relation_base< FF_, lookup_update_check_update_hi_metadata_range_settings >
 
using bb::avm2::lookup_update_check_update_lo_metadata_range_settings = lookup_settings< lookup_update_check_update_lo_metadata_range_settings_ >
 
template<typename FF_ >
using bb::avm2::lookup_update_check_update_lo_metadata_range_relation = lookup_relation_base< FF_, lookup_update_check_update_lo_metadata_range_settings >
 
using bb::avm2::lookup_update_check_timestamp_of_change_cmp_range_settings = lookup_settings< lookup_update_check_timestamp_of_change_cmp_range_settings_ >
 
template<typename FF_ >
using bb::avm2::lookup_update_check_timestamp_of_change_cmp_range_relation = lookup_relation_base< FF_, lookup_update_check_timestamp_of_change_cmp_range_settings >