Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
shared_index_cache.hpp File Reference
#include <cstddef>
#include <cstdint>
#include <future>
#include <mutex>
#include <vector>
#include "barretenberg/common/utils.hpp"
#include "barretenberg/vm2/common/field.hpp"
#include "barretenberg/vm2/common/map.hpp"
#include "barretenberg/vm2/common/map_hashes.hpp"
#include "barretenberg/vm2/generated/columns.hpp"
#include "barretenberg/vm2/tracegen/trace_container.hpp"

Go to the source code of this file.

Classes

struct  bb::avm2::tracegen::IndexKey
 
class  bb::avm2::tracegen::SharedIndexCache
 

Namespaces

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

Typedefs

using bb::avm2::tracegen::DstIndex = unordered_flat_map< size_t, std::vector< uint32_t > >