2#include "barretenberg/join_split_example/types.hpp"
3#include "barretenberg/srs/factories/crs_factory.hpp"
4#include "join_split_tx.hpp"
6namespace join_split_example {
10void init_proving_key(
bool mock);
12void release_proving_key();
14void init_verification_key();
16Prover new_join_split_prover(join_split_tx
const& tx,
bool mock);
20std::shared_ptr<plonk::proving_key> get_proving_key();
22std::shared_ptr<plonk::verification_key> get_verification_key();
Definition: prover.hpp:12