Zeth - Zerocash on Ethereum  0.8
Reference implementation of the Zeth protocol by Clearmatics
Classes | Typedefs
mpc_subcommand.hpp File Reference
#include "libtool/subcommand.hpp"
#include "zeth_config.h"
Include dependency graph for mpc_subcommand.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  global_options
 

Typedefs

using Field = libzeth::defaults::Field
 
using ProtoboardInitFn = std::function< void(libsnark::protoboard< Field > &)>
 
using mpc_subcommand = libtool::subcommand< global_options >
 

Typedef Documentation

◆ Field

using Field = libzeth::defaults::Field

Definition at line 11 of file mpc_subcommand.hpp.

◆ mpc_subcommand

Definition at line 22 of file mpc_subcommand.hpp.

◆ ProtoboardInitFn

using ProtoboardInitFn = std::function<void(libsnark::protoboard<Field> &)>

Definition at line 13 of file mpc_subcommand.hpp.