/** * @file wraplibsnark.hpp * @author Dennis Kuhnert * @date 2017 */ #ifdef __cplusplus extern "C" { #endif #include bool _run_libsnark(const int* A, const int* B, const int* C, const int* witness, int constraints, int variables); #ifdef __cplusplus } // extern "C" #endif