#include "libzeth/mpc/groth16/powersoftau_utils.hpp"
#include "zeth_config.h"
#include <boost/program_options.hpp>
#include <fstream>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
◆ pp
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 204 of file pot_process.cpp.
210 options.
parse(argc, argv);
211 }
catch (po::error &error) {
212 std::cerr <<
" ERROR: " << error.what() << std::endl;
213 std::cout << std::endl;
220 return powersoftau_main(options);
221 }
catch (std::invalid_argument &error) {
222 std::cerr <<
" ERROR: " << error.what() << std::endl;
223 std::cout << std::endl;