Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
libzeth
core
include_libff.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_LIBFF__
6
#define __ZETH_CORE_INCLUDE_LIBFF__
7
8
// Include minimal set of libff types for curve-independent operations.
9
10
#include <libff/algebra/curves/public_params.hpp>
11
#include <libff/algebra/fields/bigint.hpp>
12
#include <libff/algebra/fields/field_utils.hpp>
13
14
#endif // __ZETH_CORE_INCLUDE_LIBFF__
Generated on Mon Nov 28 2022 10:29:03 for Zeth - Zerocash on Ethereum by
1.8.17