Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
simple_example.hpp
Go to the documentation of this file.
1 
8 #ifndef SIMPLE_EXAMPLE_HPP_
9 #define SIMPLE_EXAMPLE_HPP_
10 
11 #include <libff/common/default_types/ec_pp.hpp>
13 
14 namespace libsnark
15 {
16 
17 r1cs_example<libff::Fr<libff::default_ec_pp>>
19 
20 } // namespace libsnark
21 
22 #endif // SIMPLE_EXAMPLE_HPP_
libsnark
Definition: accumulation_vector.hpp:18
r1cs_examples.hpp
libsnark::gen_r1cs_example_from_gadgetlib2_protoboard
r1cs_example< libff::Fr< libff::default_ec_pp > > gen_r1cs_example_from_gadgetlib2_protoboard(const size_t size)
Definition: simple_example.cpp:19