Skip to content

Commit

Permalink
chore(proving): post honk branch fixes (#7435)
Browse files Browse the repository at this point in the history
The original PR
AztecProtocol/aztec-packages#6971 was too much
to delay, these are the straggler fixups post merge
  • Loading branch information
ludamad authored and AztecBot committed Jul 12, 2024
1 parent 948cb87 commit cec6de6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
20 changes: 0 additions & 20 deletions .vscode/launch.json

This file was deleted.

5 changes: 0 additions & 5 deletions cpp/src/barretenberg/bb/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,6 @@ bool proveAndVerifyHonkProgram(const std::string& bytecodePath, const std::strin
return true;
}

struct VectorOfAcirAndWitnesses {
std::vector<std::vector<uint8_t>> acirGzippedBincoes;
std::vector<std::map<uint8_t, std::string>> witnessMaps;
};

// TODO(#7371): this could probably be more idiomatic
template <typename T> T unpack_from_file(const std::string& filename)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ template <typename FF_> class UltraHonkArith {
std::array<uint32_t, 10> fixed_block_sizes{
1 << 10, // ecc_op;
30000, // pub_inputs;
755000, // arithmetic;
600000, // arithmetic;
140000, // delta_range;
600000, // elliptic;
1400000, // aux;
Expand Down

0 comments on commit cec6de6

Please sign in to comment.