Go to the source code of this file.
|  | 
| using | Field = libzeth::defaults::Field | 
|  | 
◆ Field
      
        
          | using Field =  libzeth::defaults::Field | 
      
 
 
◆ main()
      
        
          | int main | ( | int | argc, | 
        
          |  |  | char ** | argv | 
        
          |  | ) |  |  | 
      
 
 
◆ zeth_protoboard()
      
        
          | void zeth_protoboard | ( | libsnark::protoboard< Field > & | pb | ) |  | 
      
 
Definition at line 12 of file mpc_coord.cpp.
   14     libzeth::joinsplit_gadget<
 
   18         libzeth::ZETH_NUM_JS_INPUTS,
 
   19         libzeth::ZETH_NUM_JS_OUTPUTS,
 
   20         libzeth::ZETH_MERKLE_TREE_DEPTH>
 
   22     js.generate_r1cs_constraints();
 
 
 
 
 
int mpc_main(const std::map< std::string, mpc_subcommand * > &subcommands, const ProtoboardInitFn &pb_init, int argc, char **argv)
Main entry point into the mpc command for a given circuit.