Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fcarreiro committed Jan 10, 2025
1 parent 07d74a3 commit 92eeeae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion barretenberg/cpp/src/barretenberg/vm2/proving_helper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class AvmProvingHelper {
public:
AvmProvingHelper() = default;
using Proof = AvmProver::Proof;
using PublicInputs = PublicInputs;
using VkData = std::vector<uint8_t>;

std::pair<Proof, VkData> prove(tracegen::TraceContainer&& trace);
Expand Down

0 comments on commit 92eeeae

Please sign in to comment.