barretenberg
Loading...
Searching...
No Matches
compute_circuit_data.hpp
1#pragma once
2#include "../compute_circuit_data.hpp"
3#include "join_split_tx.hpp"
4
5namespace join_split_example {
6namespace proofs {
7namespace join_split {
8
9join_split_tx noop_tx();
10
11using circuit_data = proofs::circuit_data;
12
13circuit_data get_circuit_data(std::shared_ptr<barretenberg::srs::factories::CrsFactory<curve::BN254>> const& srs,
14 bool mock = false);
15
16} // namespace join_split
17} // namespace proofs
18} // namespace join_split_example
Definition: crs_factory.hpp:72