Zeth - Zerocash on Ethereum  0.8
Reference implementation of the Zeth protocol by Clearmatics
include_libsnark.hpp
Go to the documentation of this file.
1 // Copyright (c) 2015-2022 Clearmatics Technologies Ltd
2 //
3 // SPDX-License-Identifier: LGPL-3.0+
4 
5 #ifndef __ZETH_CORE_INCLUDE_LIBSNARK_HPP__
6 #define __ZETH_CORE_INCLUDE_LIBSNARK_HPP__
7 
8 // Include minimal libsnark headers for snark-independent processing of
9 // circuits.
10 
12 
13 #include <libsnark/gadgetlib1/pb_variable.hpp>
14 #include <libsnark/zk_proof_systems/ppzksnark/r1cs_gg_ppzksnark/r1cs_gg_ppzksnark.hpp>
15 
16 #endif // __ZETH_CORE_INCLUDE_LIBSNARK_HPP__
include_libff.hpp