Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
libsnark
gadgetlib2
examples
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>
12
#include <
libsnark/relations/constraint_satisfaction_problems/r1cs/examples/r1cs_examples.hpp
>
13
14
namespace
libsnark
15
{
16
17
r1cs_example<libff::Fr<libff::default_ec_pp>>
18
gen_r1cs_example_from_gadgetlib2_protoboard
(
const
size_t
size);
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
Generated on Wed Jan 25 2023 11:05:57 for Clearmatics Libsnark by
1.8.17