Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
#include "libtool/subcommand.hpp"
#include "libzeth/snarks/groth16/groth16_snark.hpp"
#include "libzeth/snarks/pghr13/pghr13_snark.hpp"
#include <libff/algebra/curves/alt_bn128/alt_bn128_pp.hpp>
#include <libff/algebra/curves/bls12_377/bls12_377_pp.hpp>
#include <libff/algebra/curves/bw6_761/bw6_761_pp.hpp>
Go to the source code of this file.
Classes | |
class | zethtool::curve_and_snark_resolver< Callee > |
class | zethtool::generic_subcommand< CommandT > |
class | zethtool::generic_subcommand< CommandT >::this_caller< ppT, snarkT > |
Namespaces | |
zethtool | |
Typedefs | |
using | zethtool::global_options = bool |
using | zethtool::zeth_subcommand = libtool::subcommand< global_options > |