|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <cstddef>#include <cstdint>#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
Functions | |
| bool | bb::process_aztec_artifact (const std::string &input_path, const std::string &output_path, bool force=false) |
| Process Aztec contract artifacts: transpile and generate verification keys. | |
| std::vector< std::string > | bb::find_contract_artifacts (const std::string &search_path=".") |
| Find all contract artifacts in target/ directories. | |
| bool | bb::process_all_artifacts (const std::string &search_path=".", bool force=false) |
| Process all discovered contract artifacts in a directory tree. | |