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 16 of file mpc_client.cpp.
   18     libzeth::joinsplit_gadget<
 
   22         libzeth::ZETH_NUM_JS_INPUTS,
 
   23         libzeth::ZETH_NUM_JS_OUTPUTS,
 
   24         libzeth::ZETH_MERKLE_TREE_DEPTH>
 
   26     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.