Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
|
#include <libsnark/reductions/ram_to_r1cs/gadgets/ram_universal_gadget.hpp>
#include <libsnark/reductions/ram_to_r1cs/ram_to_r1cs.tcc>
Go to the source code of this file.
Classes | |
class | libsnark::ram_to_r1cs< ramT > |
Namespaces | |
libsnark | |
Declaration of interfaces for a RAM-to-R1CS reduction, that is, constructing a R1CS ("Rank-1 Constraint System") from a RAM ("Random-Access Machine").
The implementation is a thin layer around a "RAM universal gadget", which is where most of the work is done. See gadgets/ram_universal_gadget.hpp for details.
Definition in file ram_to_r1cs.hpp.