Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
2
3int main(int argc, char* argv[])
4{
5 return bb::parse_and_run_cli_command(argc, argv);
6}
int main(int argc, char *argv[])
Definition main.cpp:3
int parse_and_run_cli_command(int argc, char *argv[])
Parse command line arguments and run the corresponding command.
Definition cli.cpp:104