Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
Namespaces | Functions
run_ram_zksnark.hpp File Reference
#include <libsnark/relations/ram_computations/rams/examples/ram_examples.hpp>
#include <libsnark/zk_proof_systems/zksnark/ram_zksnark/ram_zksnark_params.hpp>
#include <libsnark/zk_proof_systems/zksnark/ram_zksnark/examples/run_ram_zksnark.tcc>
Include dependency graph for run_ram_zksnark.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 libsnark
 

Functions

template<typename ram_zksnark_ppT >
bool libsnark::run_ram_zksnark (const ram_example< ram_zksnark_machine_pp< ram_zksnark_ppT >> &example, const bool test_serialization)
 

Detailed Description

Declaration of functionality that runs the RAM zkSNARK for a given RAM example.

Author
This file is part of libsnark, developed by SCIPR Lab and contributors (see AUTHORS).

Definition in file run_ram_zksnark.hpp.