Skip to content

Commit

Permalink
Add comments on _one_circuit
Browse files Browse the repository at this point in the history
  • Loading branch information
codygunton committed Dec 3, 2024
1 parent 38cf2ac commit 7de211c
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 1,235 deletions.
2 changes: 2 additions & 0 deletions barretenberg/cpp/src/barretenberg/bb/api.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class API {
const std::filesystem::path& bytecode_path,
const std::filesystem::path& witness_path,
const std::filesystem::path& output_dir) = 0;
// + require scheme, input type, output type?

virtual bool verify(const Flags& flags,
const std::filesystem::path& proof_path,
Expand All @@ -22,6 +23,7 @@ class API {
virtual bool prove_and_verify(const Flags& flags,
const std::filesystem::path& bytecode_path,
const std::filesystem::path& witness_path) = 0;
// + require scheme, input type

virtual void gates(const Flags& flags,
const std::filesystem::path& bytecode_path,
Expand Down
Loading

0 comments on commit 7de211c

Please sign in to comment.