Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
run_ram_zksnark.hpp
Go to the documentation of this file.
1 
13 #ifndef RUN_RAM_ZKSNARK_HPP_
14 #define RUN_RAM_ZKSNARK_HPP_
15 
18 
19 namespace libsnark
20 {
21 
30 template<typename ram_zksnark_ppT>
31 bool run_ram_zksnark(
32  const ram_example<ram_zksnark_machine_pp<ram_zksnark_ppT>> &example,
33  const bool test_serialization);
34 
35 } // namespace libsnark
36 
38 
39 #endif // RUN_RAM_ZKSNARK_HPP_
ram_zksnark_params.hpp
libsnark
Definition: accumulation_vector.hpp:18
ram_examples.hpp
libsnark::run_ram_zksnark
bool run_ram_zksnark(const ram_example< ram_zksnark_machine_pp< ram_zksnark_ppT >> &example, const bool test_serialization)
run_ram_zksnark.tcc