barretenberg
Loading...
Searching...
No Matches
src
barretenberg
join_split_example
proofs
join_split
compute_circuit_data.hpp
1
#pragma once
2
#include "../compute_circuit_data.hpp"
3
#include "join_split_tx.hpp"
4
5
namespace
join_split_example {
6
namespace
proofs {
7
namespace
join_split {
8
9
join_split_tx noop_tx();
10
11
using
circuit_data = proofs::circuit_data;
12
13
circuit_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
barretenberg::srs::factories::CrsFactory
Definition:
crs_factory.hpp:72
Generated by
1.9.6