Skip to content

Commit 0ddd0d0

Browse files
committed
chore: regen
1 parent e847fa2 commit 0ddd0d0

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

barretenberg/cpp/src/barretenberg/vm2/constraining/avm_fixed_vk.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class AvmHardCodedVKAndHash {
1717
using FF = bb::curve::BN254::ScalarField;
1818

1919
// Precomputed VK hash (hash of all commitments below).
20-
static FF vk_hash() { return FF(uint256_t("0x00b6d67db723a570d7686fbcb5f3c4c39945378222f37e86fa9f511af4c036b5")); }
20+
static FF vk_hash() { return FF(uint256_t("0x07c6aee864d89db19813358d6b6ea4e41643f8e60ce88ab8974314313a0470e1")); }
2121

2222
static constexpr std::array<Commitment, NUM_PRECOMPUTED_ENTITIES> get_all()
2323
{

barretenberg/cpp/src/barretenberg/vm2/generated/columns.hpp

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

barretenberg/cpp/src/barretenberg/vm2/generated/flavor_variables.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ namespace bb::avm2 {
141141

142142
struct AvmFlavorVariables {
143143
static constexpr size_t NUM_PRECOMPUTED_ENTITIES = 120;
144-
static constexpr size_t NUM_WITNESS_ENTITIES = 2960;
144+
static constexpr size_t NUM_WITNESS_ENTITIES = 2951;
145145
static constexpr size_t NUM_SHIFTED_ENTITIES = 364;
146-
static constexpr size_t NUM_WIRES = 2516;
147-
static constexpr size_t NUM_ALL_ENTITIES = 3444;
146+
static constexpr size_t NUM_WIRES = 2508;
147+
static constexpr size_t NUM_ALL_ENTITIES = 3435;
148148

149149
// Need to be templated for recursive verifier
150150
template <typename FF_>

0 commit comments

Comments
 (0)