Files
hush3/src/gadgetlib1/examples/simple_example.hpp
Jack Grigg 51e448641d Squashed 'src/snark/' content from commit 9ada3f8
git-subtree-dir: src/snark
git-subtree-split: 9ada3f84ab484c57b2247c2f41091fd6a0916573
2017-08-02 11:17:25 +01:00

24 lines
737 B
C++

/** @file
*****************************************************************************
* @author This file is part of libsnark, developed by SCIPR Lab
* and contributors (see AUTHORS).
* @copyright MIT license (see LICENSE file)
*****************************************************************************/
#ifndef SIMPLE_EXAMPLE_HPP_
#define SIMPLE_EXAMPLE_HPP_
#include "examples/r1cs_examples.hpp"
namespace libsnark {
template<typename FieldT>
r1cs_example<FieldT> gen_r1cs_example_from_protoboard(const size_t num_constraints,
const size_t num_inputs);
} // libsnark
#include "gadgetlib1/examples/simple_example.tcc"
#endif // SIMPLE_EXAMPLE_HPP_