|
Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
|
#include <libsnark/relations/ram_computations/rams/ram_params.hpp>#include <libsnark/relations/ram_computations/rams/examples/ram_examples.tcc>

Go to the source code of this file.
Classes | |
| struct | libsnark::ram_example< ramT > |
Namespaces | |
| libsnark | |
Functions | |
| template<typename ramT > | |
| ram_example< ramT > | libsnark::gen_ram_example_simple (const ram_architecture_params< ramT > &ap, const size_t boot_trace_size_bound, const size_t time_bound, const bool satisfiable=true) |
| template<typename ramT > | |
| ram_example< ramT > | libsnark::gen_ram_example_complex (const ram_architecture_params< ramT > &ap, const size_t boot_trace_size_bound, const size_t time_bound, const bool satisfiable=true) |
Declaration of interfaces for a RAM example, as well as functions to sample RAM examples with prescribed parameters (according to some distribution).
Definition in file ram_examples.hpp.
1.8.17