File tree Expand file tree Collapse file tree
barretenberg/cpp/src/barretenberg/vm2 Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -141,10 +141,10 @@ namespace bb::avm2 {
141141
142142struct 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_ >
You can’t perform that action at this time.
0 commit comments